搜索资源列表
多线程串口类
- 编译环境: BC++ 5(free tool); C++ BUILDER 4, 5, 6, X; VC++ 5, 6, 7, 8; GCC; 支持256个串口 体积小巧
串口通讯和打印及文件管理
- 这是一个集串口通讯、数据库管理、文件管理和打印机管理于一体的VC程序,很值得初学VC者好好借鉴。-This is a collection serial communications, database management, document management and printer management integrates the VC Program, is worth learning from VC properly.
serial232
- serial.h serial.cpp 共两个文件,VC串口封装API类-serial.h serial.cpp a total of two documents, VC serial API Class Packaging
chuankou_vc
- 用vc操作串口的源程序,可以发送字符串及文件,使用简单方便。-vc operation with serial source, and the string can send documents, the use of simple and convenient.
cktx001
- 本文件是一个串口通信程序,用 vc++ 开发工具开发,提供源代码.仅仅供参考和学习使用-this document is a serial communication program, vc Tools Development. providing the source code. only for reference and learning to use
serialportsend_receive
- 串口收发程序,用VC控件实现,能够方便打开文件保存文件-Serial Transceivers procedures, VC Controlware to facilitate open file documents
SerComNew
- 自己做的一个串口通信的程序,环境vc++6.0,可以收发字符,文件,16进制显示-do for myself a serial communication procedure, the environment vc + +6.0, TX characters, documents, 16-band show
USBPort
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录
ModbusV1.024
- Modbus调试精灵采用vc编写,运行时不需要其它任何文件。可以调试具有modbus协议的所有设备,软件非常小巧,但功能强大,是现场工程调试人员必备软件。
SerialPort
- WINNT2000下直接写端口的VC++源程序::这是一个直接操作端口的例子。其中文件夹lib是程序所用到的dll.
VC上位机控制单片机源码
- 一个小软件,用vc写的,上位机控制单片机LED灯亮灭的小软件。文件包括整个项目过程的上、下位机源码!
vcwenjian
- 用C++ vc编程的串口通讯软件和源代码,文件传输的论文!-Using C++ vc programming serial communication software and source code, file transfer paper!
COM
- VC++ 串口RS232 DLL文件的制作.-RS232 DLL
comtest
- 串口调试精灵是 VC编写,运行时不需要其它任何文件,完全绿色软件,方便跨平台使用。极好的串口调试程序,稳定用于 Win9X/NT 平台,能提高工作效率,使串口调试能够方便透明的进行。-com test
FileTransComm
- 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
1
- VC++ MSComm控件实现文件发送与接收-VC++ MSComm control implementation file to send and receive
VC
- 该文件包含了再VC++下的通信工程的实例,包括串口通信,tcpip通信等。-The document contains a further communication under VC++ examples of projects, including the serial communications, tcpip communications.
MSCOMM
- VC++串口编程,利用pc与pc间进行相互通信。-VC++ serial programming, the use of pc and pc to communicate between.
VC-RS232
- 串口通讯,非常普遍而且重要的通讯,包括波特率,停止位,RS232和RS285等收、发协议原理及例子。 拷贝程序文件夹到计算机硬盘上,打开相关文件夹中的.dsw文件(Project Workspace文件)即可使用-Serial communication, is very common and important communications, including baud rate, stop bits, RS232 and RS285, such as sending and recei
实用的串口发送与接收VC源码
- 实用的串口发送与接收,包括自动发送文件及16进制或ASCII码,VC源码