搜索资源列表
OpticSwitch
- 这是一个自动控制光开关的程序,通过串口控制。-This is a control optical switch procedure for the adoption of Serial control.
rs232com_labview8.20
- 这个是labview下串口的自动监听程序-This is under LabVIEW serial automatic monitoring procedures
GetPortAvalableonPC
- 基于VS的界面设计中,使用串口通信时,自动检测PC串口数量的程序。-Based on the VS, interface design, using serial communication, automatic detection of the PC serial number of the program.
UART
- STC12C52S2的串口程序,运用串口2能自动收发字符串-STC12C52S2 serial procedures, the use of the serial port 2 to automatically send and receive string
V1.5
- 串口源程序VC++6.0 可以自动以协议回复-Serialsource.Rar VC++6.0 can automatically reply to agreement
uartps_v1_03_a
- 串口中断测试程序,实现串口自动收发功能,显示结果为无线循环一秒写1,两秒写2-Serial port interrupt test program, automatic serial transceiver function, display the results of one second to write an infinite loop, two seconds to write two
hostComB-8-29
- 基于MFC的串口驱动程序 可自动检测本机可用串口-A serial port driver based on MFC Can automatically detect the machine available serial port
Serial_demo
- 查找系统里可以使用的串口,并自动连接第一个查询到的串口,通过串口发送16进制数字-search the usable serial port in the system,and connect the first available serial port.send hex data through the serial port
CH341SER
- CH341SER串口驱动,一键自动安装驱动,解决扫描不到端口等问题。(CH341SER serial port driver, one button automatic installation drive, solve the problem of not scanning the port.)
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。