搜索资源列表
SerialComm.rar
- 一个串行口通讯的例子程序
SerialComm
- 一个我用VC编写的串行通讯编程。- I use the serial communication programming which VC compiles.
Serial4
- 本程序没有使用SerialComm控件,而是用API实现的串口发送、接收数据,在VC++6.0下编译通过,希望能对串口编程的初学者有所帮助。-this procedure did not use SerialComm controls, but use the serial port API to send and receive data, the VC 6.0 compiler, in hopes of Serial Programming beginners help.
SerialComm
- 一个C语言的串口通信程序-C language of a serial communication program
SerialComm
- VC++写的串口通讯的程序,其中的几个串口通讯类可以方便移植到其他需要串口通讯的地方。
SerialComm
- VC++ 串口通信的dll. MsgQue 和SerialBase中重要的数据结构和通信函数,其可以完全复用. SerialComm是具体的应用, 大家实际应用中要做相应的修改. 代码注释详细,书写规范. 不过注释是用英语. 代码在实际的工程项目中经过详尽的测试. 英文版使用文档正在完善之中. 我可以发给大家.
SerialComm
- 这是实际项目中的一个串口通信程序. Makefile通过开关, 可使此程序适用于 Linux 和嵌入式 ARM Linux. 代码注释较多. 是学习UART或Serail Port 通信的一个好例子. 另外对通信中的数据包格进行了严格的定义. 使有了数据包头尾标志和数据包长度 双重 校验.
serialcomm
- 一个串行口通讯的例子程序-An example of serial port communication program
serialcomm
- 简单的串口功能实现,包括信息的发送和文件的发送-Simple serial port functions, including sending information and documents sent
SerialComm
- 利用MSComm控件实现串口数据的发送和接收。主要包括串口的初始化、串口接收数据的初始化、串口数据的发送和接收函数。-MSComm control the use of serial implementation of sending and receiving data. Mainly include the serial port initialization, the initialization of the serial receive data, serial data to sen
SerialComm4.0
- 串口通信,基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习. -serialcomm
SerialComm
- 这是串行通讯的源代码 用C++编写 现在发给大家-failed to translate
SerialComm
- 提供了一个能够进行串口通信的类,能够方便地进行各种数据通信-Provides a class capable of serial communication can be easily carried out a variety of data communication
SerialComm
- 基于serialcomm控件的串口通讯代码-Based on the control of the serial communication code serialcomm
SerialComm
- 串口操作优质工具,用VB写的,比较实用,希望对大家有所帮助。-Quality tools serial operation
SerialComm
- VC实现串口通信功能,可以自己设置相应功能-serial communications, R232. Use VC prepared. Welcome to spread
SerialComm
- 利用MFC编写的功能完全的串口通信程序,已经通过测试。-MFC prepared using serial communication function of the full procedure has been tested.
657486484
- 高级串口通讯源代码,可以方便的实现通讯,调试方便-MICROSOFT FOUNDATION CLASS LIBRARY : SerialComm AppWizard has created this SerialComm application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a start
VSerial
- WindowsXP下虚拟串口驱动源码.使用VC的编译环境编译,目前还是在HelloWDM的基础上进行,完成了驱动的框架,虚拟的串口7。系统加载驱动好,必须在注册表中手动添加才行,具体位置是HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM,在这里加入新项目,名为MyWDMDevice,类型为REG_SZ,内容是COM7。向虚拟串口写入的数据会自动发回来。本程序适合初学者学习参考。-Virtual serial port driver source c