代码搜索结果

找到约 1,839 项符合 Modbus 的代码

modbus.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form Form1 Caption = "MODBUSTEST" ClientHeight = 11010 ClientLeft = 6

modbus.bas

Attribute VB_Name = "Module1" Function CRC16(Data() As Byte, no As Integer, CRC16Lo As Byte, CRC16Hi As Byte) As String Dim CL As Byte, CH As Byte '

modbus.vbw

Form1 = -8, 97, 652, 531, , 44, 58, 704, 492, C Module1 = 66, 87, 726, 521,

modbus.vbp

Type=Exe Form=modbus.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation Module=Module1; ModBus.bas Object={648A5603-2C6E-101B-82B6-0000000

modbus.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSComm32.ocx" Begin VB.Form Form1 Caption = "MODBUSTEST" ClientHeight = 7650 ClientLeft = 60

modbus.bas

Attribute VB_Name = "Module1" Function CRC16(Data() As Byte, no As Integer, CRC16Lo As Byte, CRC16Hi As Byte) As String Dim CL As Byte, CH As Byte '多项式码&HA001 Dim

modbus.h

#define READ_COIL 01 //读取线圈状态 #define SET_COIL 05 //对单个线圈进行强制 #define SET_COILs 15 //对多个线圈进行强制 #define READ_DI 02 //读取输入状态 #define READ_AI 04 //读取输入寄存器