搜索资源列表
串口实现双机互联
- 用vc编的,实现两台计算机之间通过串口进行通信。- Arranges with vc, realizes between two computers to carry on the correspondence through the string mouth.
qts_qq
- 本程序是模仿QQ聊天程序,通过串口通信实现在两台计算机之间进行聊天,文件传送等操作。串口通信使用CSerial串口通信类,该类有第三方提供,具有使用简便,易于上手的优点。-imitate QQ chat program, Serial Communication between the two computers for chat, file transfer, etc. Using serial communication CSerial Serial Communications, the
cvery_65829132
- 实现串口通信,两台计算机之间的相互链接功能
SeriesPort
- 本实例实现了两台计算机之间的串口通信来交换数据信息。
CommTest
- 运用ms控件编写一个串口测试小程序,可以实现一台计算机两个串口间的通信,调试串口状态
vc++SerialApp
- 双机互联程序通过串口在两台计算机之间建立连接,按照自定义串口通信协议(SPCP)进行信息交换。
chuankoutongxin
- 串行口是计算机的标准接口,此程序实现了两台计算机见的串口通信
接受程序
- 接收程序: 与发送程序合作实现两台计算机的串口通信,但只能正确接受英文字母和数字,界面为VC标准视图-reception : Send procedures and cooperation to achieve the two computer serial communications, but only the right to accept English letters and numbers, interface standards for VC View
VC下Mscomm控件的串口通信程序
- 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
serial.rar
- 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信,CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
scommtest
- 微机之间串口通信,实现两台微型计算机之间快速简便的串行通信。-transportation between PC
seriousportcodesourse
- 用VC++实现两台计算机的串口通信,采用模拟机-VC++
SCommTest
- 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
p0304
- 串口通信,通过一个计算机串口,实现两台计算机的通信。-Serial communication through a serial port communication to achieve the two computers.
rs232
- 这是一个rs232串口通信的程序,用串口线连接两台计算机可以传输文件。-This is an rs232 serial communication procedures, with the serial cable to connect two computers can transfer files.
Comm
- 双机互联程序通过串口将两台计算机连接起来,而本程序则是用VB实现串口通信。-VB realize serial interface communication
chuankotongxin
- mfc编写实现串口通信。掌握计算机通信标准接口RS-232C的使用方法,构建两台微机直连的双机通信系统,实现双机键盘通信和文件传输。-mfc write serial communication. Master computer interface, RS-232C communication standard to use to build two computer directly connected to the two-machine communication system, impl
communicate
- 基于汇编语言的串口通信系统。 用汇编语言设计的一套系统,能在两台计算机之间以中断方式和查询方式实现串行通信,数据可以采用ASCII字符方式和二进制方式传送。-Based on the serial communication system in assembly language. Assembly language design a system between two computers in order to interrupt mode and query serial comm
Visual C++实践与提高 —— 串口通信与工程应用篇
- 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)