搜索资源列表
VC串口
- 好
scporttest
- 串口通信测试程序,VC实现-serial communications testing procedures VC
VC串口通信程序
- 基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
SeriesDial
- 采用vc++6.0环境,本程序利用串口技术及网络技术,实现串口拨号上网。-using vc 6.0 environment, the technical procedures for the use of serial and network technology, Serial dial-up Internet access.
SyncCom(VC)
- VC的串口同步例子-VC Synchronous Serial example
MultiCast_Cli
- 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序客户端!-in Windows using the VC was made with the support of TCP I / O multiplexers. UDP Multicast and serial communication program of literacy client!
MSCOMM_VC
- MSCOMM的一个编程实例,调用MSCOMM串口编程控件,请在VC++6.0及以上环境下编译-MSCOMM example of a program, called Serial Programming MSCOMM control, Please VC 6.0 and above environment compiler
MySerialCom_VC
- VC++写的一个串口通信API编程实例,为了读取输入的串口数据,采用轮询方式检测串口,具体的做法是设置一个定时器,每隔一段时间就访问一次串口.请在VC++6.0及以上环境下编译-VC write a serial communication API programming examples, in order to read the serial data input, Polling testing techniques used Serial, specific practices are
VC++_SerialPort
- 串口通信编程的一个高级实例,采用了多线程,涉及到串口以及输入/输出同步和I/O重叠方面的知识,主要实现数据收发,请在VC++6.0及以上环境下编译 这个我搜了一下本站,好像连重名的都没有,-serial communication programming as a senior example of the use of multithreading, Serial involved and input / output synchronization and I / O overlap of
source
- VC++ 串口通信,可以收发数据,可选用TCP/IP 通信
MSCOMM
- 用VC++实现的串口通信程序,由于本人是笔记本,没有串口,所以本程序可做为研究串口设置之用.
SerialDebug
- 串口调试程序。 使用VC开发,实现两台PC之间的通信。 可发送接收数据、选择COM口,设置波特率等参数。功能和超级终端类似。
comm(vc)
- 串口的通讯类,实现了串口通讯功能。解压后添加到VC工程里即可
cnComm
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++串口通信
fwgComDbg
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++串口通信
V2
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++串口通信
serialandport
- 利用VC++6.0编写串口发送程序-VC 6.0 Serial prepared to send a program
compl
- 完整串口通信程序Vc++源代码,能够实现windows下的串口通信。