-
用C++写的modbus串口通讯程序,供大家学习参考
用C++写的modbus串口通讯程序,供大家学习参考-C wrote Modbus serial communication program for all learning reference
- 2022-03-29 16:56:22下载
- 积分:1
-
好东东,用C写的,USB接口程序,很好用
好东东,用C写的,USB接口程序,很好用-Dongdong good with C wrote, USB interface program, a very good use
- 2022-06-25 23:39:43下载
- 积分:1
-
这个项目提供了一个代理,允许Telnet / TCP进行系统连接
This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine.
- 2023-04-18 12:45:03下载
- 积分:1
-
setupapi方式列举本机串口,包含虚拟串口
setupapi方式列举本机串口,包含虚拟串口-setupapi enumerate the Serial includes Virtual Serial Port
- 2022-09-26 06:40:02下载
- 积分:1
-
研华单通道ad采集程序
研华单通道ad采集程序-Advantech single ad Acquisition
- 2022-07-05 08:16:48下载
- 积分:1
-
很好用的串口类,可以以块的方式发送,可以以块的方式接收,而且可以一个一个字符的接收...
很好用的串口类,可以以块的方式发送,可以以块的方式接收,而且可以一个一个字符的接收-good use of Serial category, to be sent to the block, the block can receive, but a character can be a receiver
- 2022-07-13 05:02:33下载
- 积分:1
-
非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!...
非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!-very handy GPS serial communications, support Nmea0183 agreement, support GarMin Agreement, if the need for a new type of agreement to add, change is very simple!
- 2022-08-11 03:29:09下载
- 积分:1
-
VC6 multithread serial operation, thread synchronization solution (terminal)
VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
- 2023-03-22 02:25:04下载
- 积分:1
-
this program is targeted at specific GPS receiver
本程序是针对特定GPS接收机--JAVAD公司的legacy的一个应用,用来收取标准的NMEA-1083GGA信息或JPS格式(JAVAD公司的特有GPS信息格式)的{RT,PO}信息,并统计数据大小与经历时间。本程序用VC6.0+串口控件MSComm实现,其中关于如何在数据长度不定的情况下实现数据帧的同步的方法可以借鉴到其它串口数据采集的应用之中,具备一定的实用价值-this program is targeted at specific GPS receiver-- JAVAD the legacy of an application, used to collect standard NMEA- 1083GGA information or JPS format (JAVAD company"s unique GPS information format) (RT, PO) information and statistical data on the size and duration. The procedures used VC6.0 Serial MSComm control, on how volatile the data length of the data frame synchronization method can draw on to other serial data acquisition applications, to have some practical value
- 2022-05-25 01:49:57下载
- 积分:1
-
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率...
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率低。中断方式下,在发送或者接受数据的时候处理器还可以做其它的工作,效率较高。-Serial control procedures will generally be divided into two way query and interruption. Query applied to simple applications, simple and reliable, but the drawback is the need to occupy processor resources to send or receive data at the time should not make other things, the processor utilization rate. Interrupt mode, the send or accept data when the processor can do other work, more efficient.
- 2022-03-05 23:44:04下载
- 积分:1