搜索资源列表
通信演示程序(类似TTY)
- 例子程序名为Terminal,是一个简单的TTY终端仿真程序。读者可以用该程序打开一个串行口,该程序会把用户的键盘输入发送给串行口,并把从串口接收到的字符显示在视图中。-example program called Terminal, is a simple TTY terminal emulation. Readers can use this program to open a serial port, the program will be user keyboard input sent
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.
EmulatorCOM
- 本程序采用异步方式,除了可作为一般串口调试程序(232方式,或485、422主)来使用,也可以作为485、422设备(从模式)进行调试,当选中(是否比较)复选框后,收到上位机请求时,如果和比较区的内容一致,则自动回复发送区的内容,未选择比较框将按照设定的发送周期定时回复。 参数设定: 发送周期:单位毫秒。用于设定两次自动发送的时间间隔。 延迟接收时间:单位毫秒。推荐仅用于485方式,因为485为半双工模式,所以不能同时进行收发,此时间间隔在自动发送时必需小于上面设定的发送
comm
- 自己做的串口接收发送程序,可以借鉴程序参考,
VBdh485
- 在windows下的VB开发的485串口测试程序,用来测试串口,发送和接收数据。
hub4com-1.1.0.0
- 从一个串口接收到的数据广播到其他串口,用于串口调试、协议分析、多个程序共享GPS端口等场合。It allows to send data received from one COM port to a number of COM ports and vice versa. In conjunction with the com0com driver the hub4com makes it possible to handle data from a single serial devi
1
- 基于labview的串口接收发送程序,使用查询方式
CommPort
- 一个串口调试程序,支持发送和接收,用VS2005编译的,很不错
mcom4
- 串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
chuankouTerm.rar
- 此代码为VC++串口接收程序源码,可以把串口数据保存为TXT文件。,This code for VC++ serial port to receive the procedure source code, serial data can be saved as a TXT file.
vc_serialport_communication
- MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
SerialPortByVB
- 串口调试VB源代码.可以实现串口接收,串口参数设置,并能保存相关信息,特别适合于对串口通讯有兴趣的程序员.-Serial debug VB source code. Can be achieved to receive serial port, serial parameter setting, and to preserve relevant information, especially suitable for serial communication to interested prog
HZ_COMM
- 汉显模块+kb3130秤重仪表测试程序,即可以实现汉显模块的汉字发送接收通讯,易可对toledo的kb3130型号仪表的通讯。需要commint串口控件支持-Han significantly kb3130 weighing instrument module test procedures, which can achieve significant module Han Chinese sent to receive communications, easily could toledo
comwr
- 串口传输相关程序。。。用来传输俩台机子之间进行文件发送与接收-Serial transfer procedures. . . Taiwan were used to transfer files between the machine to send and receive. .
commLog
- 用Csharp实现的异步串口接收程序,可自动检测串口数,并且同时监控和记录所有串口的串口数据。-async serial port receiving program using csharp, can detect serial port in the machine automatically and monitor multi-serial port in the same time.
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
LED-MAKE
- vc写的串口通信程序,并把接收的信息写入文件,已测试通过-vc writing serial communication program, and to receive information written to the file, have been tested
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)
- VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)