代码搜索结果
找到约 1,839 项符合
Modbus 的代码
form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0FFFF&
Caption = "Modbus RTU CRC校验"
ClientHeight = 2520
ClientLeft = 60
ClientTop = 645
modbusm.~pas
unit ModbusM;
interface
uses
Windows, Messages, SysUtils, Classes, ExtCtrls, Forms;
type
// arreglo de bytes que conforman el mensaje modbus y un puntero al mismo
TDataByte = array o
modbusm.pas
unit ModbusM;
interface
uses
Windows, Messages, SysUtils, Classes, ExtCtrls, Forms;
type
// arreglo de bytes que conforman el mensaje modbus y un puntero al mismo
TDataByte = array o
copying
* OpenMODBUS/TCP to RS-232/485 MODBUS gateway license *
Copyright (c) 2002-2003, Victor Antonovich (avmlink@vlink.ru)
Redistribution and use in source and binary forms, with or without
modif
mbtcp_8c__incl.map
base referer
rect $da/d19/mbtcp_8h.html 235,184 304,211
rect $da/ddd/socket_8h.html 375,133 447,160
rect $d7/dcc/modbus__defs_8h.html 355,184 467,211
rect $d9/d8e/modbus__utils_8h.html 355,235 467
mssccprj.scc
[SCC]
SCC=This is a source code control file
[modbus.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
mssccprj.scc
[SCC]
SCC=This is a source code control file
[modbus.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
transmit.lst
CCS PCH C Compiler, Version 4.065, 9011 15-Feb-09 23:02
Filename: E:\DIEN TU\PLC\MODBUS\VDK\transmit.lst
ROM used: 502 bytes (2%)
umodbusform.dfm
object ModbusForm: TModbusForm
Left = 92
Top = 104
Width = 895
Height = 572
Caption = 'ModBus'#27979#35797
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowTe
globals.h
/*
* OpenMODBUS/TCP to RS-232/485 MODBUS RTU gateway
*
* globals.h - global definitions
*
* Copyright (c) 2002-2003, Victor Antonovich (avmlink@vlink.ru)
*
* Redistribution and use in source a