搜索资源列表
MSCommPro
- VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果,之类例子较多了,你可以在本站搜索下“串口通信”。-VC++ controls the use of MSComm serial communication example, based on MSComm, which uses the serial port to send and receive data, p
USART
- VC++6.0串口编程测试程序,可实现串口收发数据,适合VC++初学者。-Vc++ 6.0 serial programming test program, which can realize a serial port to send and receive data, suitable for vc++ beginners.
JCM_ID008
- 主要是控制串口的程序,VC mscoom控件的怎样使用,串口接收数据和发送的功能 -The main program is to control the serial port, how to use VC mscoom controls, functions serial port to receive and transmit data
98ffcff5bdd7
- 基于vc ++的GP S数据处理系统。简要分析了GP S接收机的接收的NME A 一0 1 数据格式, 提出一种采用串口通信 -VC++ S data processing system based on GP. A brief analysis of the GP S receiver receives the NME A 01 data format, proposed one kind uses the serial communication
ComTest
- 最简单的串口小程序 说明如何通过串口发送和接受数据 VC工程-the most sample com test
A163410914-27047
- VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果。-VC++ example using MSComm control serial communication based on MSComm to achieve, which is to use the serial port to send and receive data, the program will
TestComm
- VC++,串口通讯,Static控件,list,数据转换-VC++,usart comm
SCOMMV23
- 串口调试助手源码程序,基于VC的编程,包括串口函数调用,接收数据处理-Serial debugging assistant source program
xx
- VC++源码\commtemp\softhy.net\串口温度数据采集并实时显示-VC++ source code \ commtemp \ softhy.net \ serial temperature data acquisition and real-time display
VCPPLC
- 这是一个串口通信的VC程序,可实现上位机和下位机PLC之间的数据发送与接收-This is a serial communication VC program, can achieve data upper and lower machine PLC between the sending and receiving
IMUKit
- 9轴惯性测量单元的串口上位机软件,基于VC++编写的读取的9轴数据,3轴加速度,3轴磁力计,陀螺仪-9 axis inertial measurement unit the serial port of PC software.Based on vc++ write data read 9 axis, three axis acceleration, three axis magnetometer, a gyroscope
ComE-2015-10-28-ComThreadReceive
- VC++6写的串口的通信程序,参考了TeraTerm的源代码。使用线程或CWinApp中的OnIdle()接受数据。-VC++ 6.0 Serial Port
VCPDataStore
- 利用VC实现数据板块的控制,通过FT2232进行数据的接受,利用串口实现指令的发送-Using VC to achieve control data plate, data were received by FT2232, use serial port to send commands
codefans.netvc
- VC++简单的串口接收数据包的程序,指定哪个串口,就用哪个串口来接受值得学习。-It is very good!
MSComm
- 端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 -Port transmission and reception of data and application procedures for serial communications capabilities. MSComm in serial programming extremely convenient p
TestCom
- c++ 串口收发数据例子. 在BCB6编译过.可自行修改移植到其他VC项目.核心代码已在商业项目应用!-C++ serial data transceiver example. BCB6 compiled. You can modify transplanted to other VC project. The core code has been applied in commercial projects!
chuankouSerialPort
- VC++编程,串口接收数据并实时波形显示-VC++ programming, serial port to receive data and real-time waveform display
wendushujuxianshi
- VC++的MFC开发串口调试助手源代码,包括数据发送,接收,显示制式等 -VC++ of MFC development of serial debugging assistant source code, including data transmission, reception, display formats, etc.
SCommTest
- vc++mfc编程实现串口收发数据,按钮指示灯变色功能。-vc++ mfc programming serial data transceiver, the button lights change color function.
PC-and-mcu-communikation
- 采用Atmel公司的AT89S52为核心,实现PC机与单片机系统之间的数据通信。单片机系统采集温度,将数据通过串口将数据传送至PC机,PC机上实现温度显示。用MAX232芯片完成单片机TTL电平到RS-232双向电平的转换 ;用46的矩阵式键盘完成所要显示的数据发送;用LED七段数码管显示接收和发送的数据。在软件设计方面,PC机采用VB或者VC语言编程,使用通信控件来实现串行口收发数据;单片机方面用中断方式完成数据的接收和发送。-Adopts AT89S52 as the core of Atm