搜索资源列表
serial
- 基于C#的串口通讯管理类,含有CRC校验.
eVCComm
- wince下多串口并发程序,自己添加串口类。
CseriesPort类
- CseriesPort类支持多线程串口通信,是一个功能强大的用于驱动串口通信的第三方类。
CSerial
- 串口通信类CSerial的头文件和源文件,其中包含有串口操作的函数。-It is about the class of CSerial,which has something to do with serial communication.
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
VCserial
- 这个类包含了串口通讯中常用和不常用的功能,不是最好的,但可能是最全的-This class includes the serial communication and not commonly used in frequently used functions, not the best, but it may be the most complete
SerialPortClass
- 一个自己经常用到的串口类,挺不错的-A frequently used serial class, very good. . . . . . . . . . . .
uart
- 串口类,可以很方便的使用PC机的串口通信-Serial class, you can easily use the PC' s serial port communication
comutil
- 一个简单地串口类。实现打开关闭串口,以及串口的数据读写。并编译成d-A simple serial class. Open Close the serial port, and serial data read and write. And compiled into a dll
SerialPort
- 功能齐全的设备串口操作类,简单实用。值得收藏-Serial operation class
serialport101
- wince 串口通讯类,阻塞式,可以直接使用。-serialport for wince
SerialPort_fixedVirtualcomport
- 通用的串口类,但通用串口类有虚拟串口只能读一次的问题。此版本解决此问题-Universal serial class, but the class has a virtual universal serial port can only be read once the problem. This release resolves this issue
serialport101
- wince 串口通讯类,阻塞式,可以直接使用。-serialport for wince
CSerialPort_cPP
- 用CSerialPort类编程串口通信,keyiyong vc++6.0编译-With CSerialPort of programming serial communications, keyiyong vc++6.0 compilation
SerialAssistor
- 串口驱动程序,有串口类做的很好用!适合初学者。-Serial Driver, a serial class to do a good job! Suitable for beginners.
jd-gui
- API概述 接口 CommDriver 可负载设备(the loadable device)驱动程序接口的一部分 CommPortOwnershipListener 传递各种通讯端口的所有权事件 ParallelPortEventListener 传递并行端口事件 SerialPortEventListener 传递串行端口事件 类 CommPort 通讯端口 CommDriver 可负载设备(the loadable device)驱动程序接口的一部分 CommPortOwne
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。