搜索资源列表
vb
- 在这里的通信协议采用的是半双工异步串行通信方式,并行输入串行输出采样。其中通过RS232的RTS信号进行收发转换,传输数据采用的是二进制数据。
ican_com+RS232(08.6.20)
- ICAN协议例程,CAN转换成RS232 ICAN协议例程,CAN转换成RS232
DUT
- DUT系列数据采集模块将温度传感器(热电阻,热电偶等)的输出信号或电流、电压直接转换成数字量,通过RS-485总线及标准通信协议将数据传送给主机。在模块上由89C51单片机管理模块自动工作,通道转换、ADC启动、采集数据、参比端补偿(热电偶)、引线电阻补偿(热电阻)、数字校零、非线性校正和数据处理等,均由单片机完成,主机仅在需要数据时,发送读取数据命令,模块给出已经线性化了的温度的数字量。通讯协议兼容台湾研华ADAM4000系列和松下PLC的通讯协议,可以与大多数组态软件直接连接,不需要额外的驱
freeportCommunication
- VB与PLC自由口通信协议。并且可以实现16进制数与浮点数的转换-Freeport VB and PLC communication protocol. And can achieve 16 hexadecimal numbers with floating point conversion
test
- 串口通信,模拟下位机用,反复送数据到中位机,模拟出下层协议转换器的作用,方便测试。-Serial communication, analog with lower computer
MODBUStongxinxieyi
- 转换桥连接MODBUS通信协议设备的实例,具有很高的参考价值-MODBUS communication protocol conversion bridge connecting the device instance, has high reference value
main
- modbus 协议转换77E58,底层自定义串口协议-modbus transfer 77E58
DRS232-RS485
- 串口232电平转换电路设计与软件实现 用VB语言实现两台电脑的RS232通过RS485接口协议的通信-232 serial level converter circuit design and software implementation RS232 achieve two computers using VB language communication via RS485 interface protocol
Mscomm-1.0
- 串口接收数据,能接收和发送16进制,接收的数据能转换层十进制数同时提取,协议是485的-Serial port receives the data, can send and receive hexadecimal, the received data layer can convert decimal number extraction at the same time, the protocol is 485
CSharpModBus
- C#写了一款上位机监控软件,基于MODBUS_RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。-C# write a PC monitoring software, based on MODBUS_RTU agreement. The basic structure of the so