搜索资源列表
CashCodeDll
- 利用串口读写数据实现的识币器驱动程序,其中的串口通信实现方法可以
wdm
- 利用虚拟串口通过网桥和网卡相连,进行数据的传输
serial_COM
- 打开串口并进行通讯的程序。这个是用来驱动windows串口,并发送和接受数据的程序,经过验证,可以在VC++2005下运行。
CashCodeDll
- 利用串口读写数据实现的识币器驱动程序,其中的串口通信实现方法可以
串口扫描源码
- 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
COMmonitor
- 可以侦听最多两个串口的数据, 主要是为了调试通讯设备使用, 尤其是各种modem, 因为内置了cmux解析功能, 非常方便阅读。-Can listen for up to two serial data communication equipment mainly used for debugging, especially the variety of modem, because the built-cmux parsing, very easy to read.
MyUART.rar
- 串口调试工具 可以调整传输数据位,速率,奇偶校验位等,Serial debugging tools with transmit data bit rate, parity bitcan adjustable.
CSCommTest
- 串口驱动程序,在界面上能发送接收数据,主要是参照网上的教程实现的,代码能运行通过,是一个界面程序-Serial port driver, the interface can send receive data, mainly by reference to the realization of online tutorials, and code to run through, is an interface program
test
- 串口测试程序。你可以使用这个向串口发送数据
VcMyCom
- 基于VC++编写的串口通信程序,可收发二进制数据。-VC++ to prepare based on the serial communication program
Comport-see-see
- 串口数据监听工具,非常好用.针对 RS_232串口编程的直观工具,查发送\接收数据必备-Serial Data Monitor tool, very easy to use. RS_232 serial for visual programming tool, check to send \ receive data necessary
pl2303
- USB转串口驱动程序,c++代码,实现USB到9针串口的数据转发驱动-USB to serial port driver, c++ code, USB to9 pin serial data transmission drive
CC2530_uart
- 此程序是CC2530串口通讯程序;包括串口发送与接收数据-This program is a the CC2530 serial communication procedures including the serial port to send and receive data
mySerialport
- 学习串口时写的串口测试程序,实现串口数据的读取调试-Learn to write serial serial testing procedures, read the debug serial data
USBserial
- VC++实现的读取USB串口数据的程序,适合初学者。-USB serial data reading program VC++ achieved, suitable for beginners.
comport
- 基于VC++的串口程序,能够实现串口数据的接收,并且可设置波特率等参数-VC++ based on serial procedures, can realize serial data reception, and can set the baud rate and other parameters
VCom_to_udp_umdf
- WDF开发的UMDF虚拟串口驱动,实现了串口数据到UDP数据的转换。可以在XP上使用。-A UMDF virtualserial driver developed by WDF,conver serial data to ethernet UDP packet. We can use it in XP or later.
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。