搜索资源列表
monitorRs232
- 利用VC++多线程实现RS-232通讯的源程序,程序可对多个串口同时进行监视-multithreading VC RS-232 communications to the source, a number of procedures can be carried out surveillance Serial
SerialBug
- 类似于串口调试程序的源码,支持多个串口的收发
CheckMeter
- 多串口(18个串口)通信源码,用到了SQL数据库。
SerialPortr
- 串口通讯源码,已整理成类,多线程接受串口数据,同一程序可以调用多个串口
Serial_new
- Serial串口累,支持多个串口同时通讯。
MSCommMultiPort
- 本代码为MSComm控件在VC的MFC程序中控制多个串口的应用实例。在使用MSComm控件时,1个MSComm控件只能同时对应一个串口。如果应用程序需要访问多个串口,那么必须使用多个MSComm控件。
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
MSCommMultiPort.rar
- 用MFC编写的基于 MSComm 控件串口程序。实现应用MSComm控件控制多个串口。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! ,Prepared using MFC control based on MSComm serial procedures. Application of MSComm control to achieve a number of serial port control. They are all code written in Chi
RPU20090505.rar
- 多串口,多线程操作,最多可支持到8个串口的读写操作,Multi-serial, multi-threaded operation
SerialPortMulti
- VC6.0下面写的一个多个串口通信实例,很实用-VC6.0 to write more than one the following serial communication instance, it is useful
VCComm
- vc 串口调试多个设备,可供同僚们参考一下,自己设计的。-vc serial debugging multiple devices are available for reference for colleagues, of their own design.
Serial_(RS-232C)_Connector_1
- 用于串口通讯的windows 函数库,可以控制多个串口和监控每个串口的工作状态。-For serial communications library windows, you can control multiple serial and monitoring the work of the state of each serial port.
Virtual.Serial.Port.Driver
- 可以虚拟出多个串口以供串口调试。破解版无时间限制-Can be a number of virtual serial port serial port for debugging. Cracked version no time limits
CommWizard
- 源码-串口接收-发送调试用助手 含 串口类-方便用户自学调用 含 hex转换字符 函数 可以传送文件 可以设置多个串口,不限定个数 方便 串口调试 -Source- the serial receive- send debugging assistant with serial-type- call with user-friendly self-character hex conversion function can send a document to set up
VB
- 本例是使用VB编写的串口通信代码,包括两个PC之间,PC机和单片机之间等多个代码-This example is written using the VB code for serial communication, including the PC between the two, PC machines and between MCU and other codes
MSCommMultiPort
- 串口通信,MSC控件控制多个串口通信。适合初级者学用-Serial Communication
VCPPserialMSCOMM
- MSCOMM控件实现串口通讯 多个串口选择 接受,发送数据-MSCOMM control serial communications multiple port options to accept, transmit data
SerialComm6
- 自己封装的串口动态库,基于多线程的实现。同时可以打开及接收多个串口的数据,实现异步接收-Own the serial dynamic library package, based on the realization of multi-threading. At the same time you can open and receiving multiple serial data asynchronous receiver
ReadSerialPort
- 电脑端实现串口数据的收发,可以多线程,实现多个串口的收发-Computer terminal to achieve serial data transceiver, multi-threaded, multi serial transceiver
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个