搜索资源列表
CashCodeDll
- 利用串口读写数据实现的识币器驱动程序,其中的串口通信实现方法可以
zzx12864C5_st7565_
- 液晶驱动程序128*64,主要是串口通信的-LCD driver 128 * 64, is the Serial Communication
ControlProject
- VC实现和S7-200PLC的串口通信程序,很有价值哦-VC and S7-200PLC Serial Communication Program and of great value oh
tinybld195
- pic自编程软件,可以在串口通信下自己编程flash
SerialPortTest
- Visual C++_Turbo C串口通信编程实践的源代码
rs232
- 自用的RS232串口通信模块,可以在VC和C++ Builder中编译.
CashCodeDll
- 利用串口读写数据实现的识币器驱动程序,其中的串口通信实现方法可以
串口通信源代码
- 这是一份很详细的串口编程资料! 由浅入深......
CseriesPort类
- CseriesPort类支持多线程串口通信,是一个功能强大的用于驱动串口通信的第三方类。
CSerial
- 串口通信类CSerial的头文件和源文件,其中包含有串口操作的函数。-It is about the class of CSerial,which has something to do with serial communication.
emulate_com
- windows下虚拟串口驱动,程序虚拟出两个串口,并且让两个串口互相通信-virtual serial port driver under windows, the program two virtual serial port and two serial ports to enable communication with each other
KARAOKE
- PC串口通信控制软件 音响 PC串口通信控制软件 音响 PC串口通信控制软件 音响 -RS232 PC VC++
VSerial
- windows下的虚拟串口驱动,可以虚拟出串口,用于模拟通信。-windows under a virtual serial port driver, the virtual serial port can be used for analog communications.
SerialPortComunicateion.
- 读写串口的的应用层程序,很经典,演示应用程序如何与驱动程序通信-Read and write serial application layer process, it is classic, shows how applications communicate with the driver
lanya
- 蓝牙服务发现启动、蓝牙虚拟串口通信 C++.net-Start the Bluetooth service discovery, Bluetooth virtual serial communication C++. Net
串口通信测试小程序
- win7系统基于VC++6.0编写的串口通信程序,CSerialPort函数,虚拟串口调试
三菱FX-PLC-COM
- 使用VC++软件对三菱PLC进行串口通信的软件编程(Using VC++ software for MITSUBISHI PLC serial communication software programming)
串口通信
- 串口通信编程,初学者可以仿照读写,界面需要自己拓展
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。