搜索资源列表
rs485
- 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
jz
- 甲乙两台80C51单片机串行通信,一台通过开关控制P1口的高低电平并发送数据,另一台接收发送过来的数据,通过P1口用发光二极管显示,高电平点亮,低电平熄灭。-A and B two 80C51 microcontroller serial communication, a switch control through the high-low P1 port and send the data to send over another to receive the data, through t
vbkai
- VB串口通讯与开关量的检测与输出.自己写的,奉献给需要朋友-VB serial communication with the switch detection and output. He has written, dedicated to the needs friends
1
- RS485转RS232串口通信,单片机与PC机串口通信,如有需要,可以下载。-RS232 serial communication RS485 switch, the microcontroller serial communication with the PC, if necessary, can be downloaded.
VB-serial-communication-chap-11.3.2
- 《Visual Basic串口通信与测控应用技术实战详解》 随书光盘 第11章 11.3.2 基于CAN总线的开关量输出-" Visual Basic serial communication with the monitoring and control application technology Detailed real" CD with the book in Chapter 11 11.3.2 CAN bus-based switch output
MeterReading
- 用于远程抄表,可以与表终端进行相互通信,读取表读数,地址以及对表进行开关阀操作!-For remote meter reading, and can communicate with each other and the Table terminal, read the meter readings, address, and switch valve operation on the table!
fx
- 介绍上位机与三菱PLC通信的样例。包括PLC运行状态的切换、地址的读与写等-Introduce PC with mitsubishi PLC communication samples. Including PLC running state switch, address of reading and writing, etc
ComAssistant
- 本版本由sky的1.0修改而成,本来只是用来学习SPCOMM控件的,想不到经过一个晚上的努力,程序已经近于完善了。就将我的成果共享出来吧。由于改用COMPORT控件为SPCOMM控件,整个代码已经经过大规模的改动,去除了Email等与程序应用不太相关的部分,改进了绝大部分算法,添加原未完成的功能 ,程序依然是参照龚建伟VC版《串口调试助手V2.2》来编写的。我相信,现在的程序不比龚建伟VC版《串口调试助手V2.2》差,毕竟串口调试助手V2.2不能显示中文字符(或许只有我遇到这个问题)。把它作为我