搜索资源列表
comtext
- 串口通讯测试程序,可以设置串口,波特率,数据位,校验位,停止位。-rs232 communication
RS232Test
- C#Rs232通信程序,完整的通信代码,波特率、停止位、校验位可配置。-C# Rs232 communication program, complete communication code, baud rate, stop bits, parity bit can be configured.
Multi-thread-serial-communicati
- VC/C++源码,系统相关,串口通讯类,多线程 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
SerialCom
- C#串口通信源码,可直接使用。包括界面,串口号,波特率,校验位,数据位,停止位,接收和发送功能,自动发送,十六进制转换等功能,经过调试无任何问题。-C# serial communication source, can be used directly. Including interface, serial port number, baud rate, parity bit, data bits, stop bits, receive and send functions, automati
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。