搜索资源列表
API的串口通讯程序
- API的串口通讯程序,可设置为数据发送或者字符发送,可设置自动发送;接收可以为数据也可以为字符方式,有实时的错误报告。-API serial communication procedures, data can be set to send or characters sent, can be set to automatically send; to receive data can also character, a real-time error reporting.
串口通讯程序
- vb6.0环境 通过串口发送数据或文件内容
rfid手持设备的读写代码,具有读RFID卡和进行数据管理的代码,同时还包含串口通讯的代码
- rfid手持设备的读写代码,具有读RFID卡和进行数据管理的代码,同时还包含串口通讯的代码
serial_data_process.rar
- 在串口通讯程序中,对于收到的数据包,经常需要从中提取需要的数据,以及如何处理校验等,在这篇文章里举两个例子予以说明。此文也适于其它通讯程序中对数据报文的处理。 ,In the serial communication program, received packets, often need to extract the needed data, as well as how to deal with parity and so on, in this article, give two ex
JavaCOM
- JAVA实现串口通讯,可以截获各串口发送的数据和对串口发送数据。-JAVA Serial communications can be intercepted by the serial port to send data and send data to the serial port.
DataAcquisitionBatteryMonitoring
- VB编写的串口通讯源码,内部包含电导巡检模块通讯报文,可以读写数据,保存数据,备份数据-VB source code to prepare the serial communications, internal communications includes conductivity packet inspection module, you can read and write data, save data, backup data
RS_232_FULIYE
- vc 6.0下使用MSComm控件进行串口通讯,可进行相应的通讯设置,显示串口数据并动态绘制波形图/曲线图,使用快速傅里叶变换将时域信号的串口数据转换为频域值,并动态显示。代码内有注释-vc 6.0 control for the use of MSComm serial communications, the communications can be set, indicating the serial data and dynamic mapping wave/curve, the use
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
DelphiUART
- Delphi实现的GUI 串口通信,可以进行16进制的数据通讯。-Delphi achieve GUI serial communication, can be 16 hex data communications.
Delphiseries
- delphi对串口操作,实现对串口的通讯参数的修改,通过spcomm控件实现对串口数据的读取,和写入.-delphi for serial operation, serial port communication parameters to realize the changes, through the implementation of the serial data control spcomm read, and write.
vcapi
- vc调用api函数进行串口通讯,能够实现对omronPLC的串口通讯,能够实现对omronPLC的数据区的读取和写入.-vc call the api function serial communication can be achieved right omronPLC serial communication can be achieved right omronPLC data area read and write.
com32
- C语言写的串口通讯程序,直接使用可以读写串口数据,包括打开串口,向串口写入数据,关闭串口参考,串口参数可以自己设置,容易扩展,简单实用。-C language to write the serial communication program, direct use can read and write serial data, including open serial port, the serial port to write data, close the serial port inf
USB与串口通讯
- 本程序实现利用CH376将串口的数据采集并储存的到U盘中,可以利用此程序开发数据存储器。
串口
- 串口通讯,显示串口接收的数据并保存到excel表格中。(Serial communication, display data received by the serial port and save to the excel form.)
comTest
- C++ MFC在VS2012编写的一个简单串口通讯的例子,可以发送和接收数据(C++MFC prepared in vs2012 a serial communication example, you can send and receive data)
SerialPortCom
- winform 串口通讯,串口连接,数据收发(winform serial communication)
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
try1109
- 通过qt编程实现pc机串口通讯的小程序,能够发送和接受数据,控制串口状态(The PC serial communication program by QT programming, can send and receive data, serial control state)
aybu
- 分析机顶盒与智能卡通信的串口数据解析TPDU()
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个