代码搜索结果
找到约 1,839 项符合
Modbus 的代码
main_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
main.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
umodbusclient.pas
unit uModBusClient;
interface
uses
Windows, SysUtils, Classes, SyncObjs;
const
mbUndefined = $FF;
mbReadCoils = 1;
mbReadDiscreteInputs = 2;
mbReadHoldingRegisters = 3;
mb