MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows

Software Screenshot:
MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows
Software Details:
Version: 2018.05.23.2 updated
Upload Date: 1 Dec 18
Developer: AE
Distribution Type: Freeware
Downloads: 461
Size: 2337 Kb

Rating: 2.0/5 (Total Votes: 2)

MODBUS devices R/W datas access with [MBusDrv.dll] library.

Exported functions (pascal declarations) : {* Standard read datas from MODBUS device *} function GetMBData(const SlaveAddr : byte; const ReadType : boolean; var Data : array[0..254] of byte) : integer; stdcall; SlaveAddr : byte (1..254) ReadType : boolean (false=Coils / true=Holding Registers) Data : array[0..254] of byte (device datas) Return integer (0=OK) {* Extended read datas from MODBUS device *} function GetMBDataEx(const SlaveAddr : word; const ReadType : word) : pointer; stdcall; SlaveAddr : word (1..254) ReadType : word (0=Coils / 1=Holding Registers) Return pointer of 255 byte (device datas or 0=Error) {* VBA (Microsoft Visual Basic) read datas from MODBUS device *} function GetMBDataVBA(const SlaveAddr : LongInt; const ReadType : LongInt) : pointer; stdcall; SlaveAddr : longint (1..254) ReadType : longint (0=Coils / 1=Holding Registers) Return pointer of 255 byte (device datas or 0=Error) {* Standard write data to MODBUS device *} function PutMBData(const SlaveAddr : byte; const WriteType : boolean; const DataAddr : byte; const Data : word) : integer; stdcall; SlaveAddr : byte (1..254) WriteType : boolean (false=Coil / true=Holding Register) DataAddr : byte (1..255) Data : word Return integer (status code >=0=OK) {* VBA (Microsoft Visual Basic) write data to MODBUS device *} function PutMBDataVBA(const SlaveAddr : longint; const WriteType : longint; const DataAddr : longint; const Data : longint) : longint; stdcall; SlaveAddr : longint (1..254) WriteType : longint (0=Coil / 1=Holding Register) DataAddr : longint (1..255) Data : longint Return longint (status code >=0=OK).

What is new in this release:

Version 2018.05.23.2 actualizes MBusDrv.dll.

Supported Operation Systems

Similar Software

AS-QuickText
AS-QuickText

3 May 15

Door Control
Door Control

23 Oct 17

Print Stalker
Print Stalker

26 Jul 16

Softerra Adaxes
Softerra Adaxes

4 Dec 15

Other Software of Developer AE

Comments to MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows

Comments not found
Add Comment
Turn on images!