CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - port serial

搜索资源列表

  1. serial——2005

    0下载:
  2. 串口通讯程序,用VC++做,可以传输大文件-the program of communication of serial port,which is programmed with the tool of VC++ and can transfer big files.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:潘艾明
  1. CommToComm

    0下载:
  2. delphi串口通讯,计算机串口到计算机串口的测试小软件-serial communications, computer to computer serial port serial test small software
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:185.15kb
    • 提供者:潘悦
  1. serial.rar

    1下载:
  2. 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). serial.c-----HART主机端源代码,I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protocol between the host and from the communication p
  3. 所属分类:通讯编程

    • 发布日期:2013-09-06
    • 文件大小:5.03kb
    • 提供者:葛仕俊
  1. com_classof.rar

    0下载:
  2. 一个封装好的用多线程监听串口事件的串口类,很好用,我就是用这个类做得控制终端。,Package with a good multi-threaded serial port monitor serial type of incident, it just works. . . . .
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:6.19kb
    • 提供者:lyl
  1. SerialPortVxD

    0下载:
  2. 用MFC编写的不用占有串口的串口数据捕捉实例程序。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Prepared to use MFC do not share the serial port serial data capture examples of procedures. They are all code written in Chinese Notes of the beginning of contact with learners MFC is
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:57.2kb
    • 提供者:仙儿
  1. SerialPort

    2下载:
  2. VS2008开发串口程序入门教程,适合初学者学习。-Serial VS2008 development program started tutorial for beginners to learn.
  3. 所属分类:通讯编程

    • 发布日期:2012-10-29
    • 文件大小:27.27kb
    • 提供者:XPJ
  1. SerialComUserControl

    0下载:
  2. This system written in VB6. It should how to communicate using serial com port. It s good for reference
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:11.13kb
    • 提供者:keith
  1. RS232

    0下载:
  2. 支持串口设置,十六进制数据发送,ASCII码数据发送,文件发送;十六进制回显,ASCII码回显。-Support for serial port settings, hexadecimal, data transmission, ASCII code data sent, send the file echo hex, ASCII code echo.
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5.07mb
    • 提供者:车飞
  1. CommApi

    0下载:
  2. 一个重叠I/O串口类,用windows API实现,封装了打开串口、设置串口波特率、缓存、用重叠I/O发送、接收等功能。-A duplication of I/O serial type, the windows API to achieve, a package to open serial port, serial port baud rate settings, cache, and overlapping I/O to send, receive functions.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:3.8kb
    • 提供者:Michael.Cao
  1. s7200

    0下载:
  2. 默认串口1,V区操作 注意:操作VW时,地址应为偶数 plc参数:波特率9600,偶效验,8数据位,1停止位 此程序工控爱好者交流使用, qq: 57476662 email: lkl_xz@163.com -The default serial port 1, V District operations Note: The operation of VW, the address should be an even plc parameters: 9600 baud,
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:霍嵩
  1. loadometerReader

    0下载:
  2. 托利多电子地磅,串口直接读取程序源码。该源码无需任何Dll,内置了地磅的串口协议。能自动读取指定的二进制位的读数。-Toledo Electronic loadometer, serial direct source reading program. The source without any Dll, built-in serial port loadometer agreement. Can automatically read the specified binary readings.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:9.68kb
    • 提供者:pengyong
  1. UART_assistant

    0下载:
  2. 自己写的串口调试助手,可以把接收到的数据保存为TXT、word和excel类型-Write your own serial port debugging assistant can receive the data is saved as TXT, word and excel type
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:32.62kb
    • 提供者:songxin
  1. serialport

    0下载:
  2. 串口通讯的MFC类 -MFC class for serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:17.96kb
    • 提供者:站长
  1. 780468Sim-Serial

    0下载:
  2. Windows下虚拟串口的源代码-Windows Virtual Serial source code -Virtual Serial Port under Windows source code-Windows Virtual Serial source code
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:182.54kb
    • 提供者:哈哈哈
  1. serial

    0下载:
  2. 由于WINCE不支持重叠I/O操作,因此可分别用单独的线程去读写串口,通过多线程来模拟重叠操作[4]-WINCE does not support as a result of overlapping I/O operation, it can be a separate thread to read and write serial port, through multi-threading to simulate the overlapping of operations [4]
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:172.18kb
    • 提供者:owen
  1. Virtual.Serial.Port.Driver

    1下载:
  2. 可以虚拟出多个串口以供串口调试。破解版无时间限制-Can be a number of virtual serial port serial port for debugging. Cracked version no time limits
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2.81mb
    • 提供者:季似宣
  1. serial

    0下载:
  2. serial port programming
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:36.52kb
    • 提供者:anh
  1. VC_serial_port_DLL

    0下载:
  2. VC++语言编写的一个串口dll,可以导出常见的串口函数,如打开串口,读串口等函数以供调用程序使用。-VC++ language, prepared by a serial dll, serial port can be exported common function, such as the open serial port, serial port, such as time for the call function to use.
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:46.62kb
    • 提供者:李曦
  1. serial-Modem

    0下载:
  2. 该程序为计算机通过串口发送AT命令,与MODEM建立连接。 程序利用了MScomm控件,通过串口发送AT指令来操作MODEM。-The program for the computer through the serial port to send AT commands, and MODEM connection. Program using the MScomm control through serial port to send AT commands to operate t
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:liusand
  1. VC-serial-communication-programming

    0下载:
  2. Visual C++Turbo C串口通信编程实践 配套代码-Visual C++ Turbo C serial communication programming code of practice facilities
  3. 所属分类:Communication

    • 发布日期:2017-06-16
    • 文件大小:23.49mb
    • 提供者:齐敏
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com