Skip to content

Releases: dhunt84971/pyModbusTCP_cli

pyModbusTCP_cli v0.1.0

07 May 16:13

Choose a tag to compare

Command Line Application for pyModbusTCP

This is a standalone command line application that can be directly executed on any Windows 10 system. See the ReadMe for additional instructions.

This version only implements the read_holding_registers, write_single_register and write_multiple_registers commands. Additionally, a generic read and write function allow more abstract syntax and explicit data formatting. Commands provided by the pyModbusTCP_cli v0.0.2 wrapper can be executed by users lacking Python for reading/writing register values. Holding register values can be pre-formatted to be returned/written as integers, signed integers, floating points or null terminated strings.

This version includes the capability to read from a list of registers specified in a file and optionally return the results to a file. When the ReadTagFile command is used the output is formatted as register and value pairs, delimited with an equal (=) sign.

pyModbusTCP_cli v0.0.2

28 Mar 14:25
1b0869b

Choose a tag to compare

Command Line Application for pyModbusTCP

This is a standalone command line application that can be directly executed on any Windows 10 system. See the ReadMe for additional instructions.

This version only implements the read_holding_registers, write_single_register and write_multiple_registers commands. Additionally, a generic read and write function allow more abstract syntax and explicit data formatting. Commands provided by the pyModbusTCP_cli v0.0.2 wrapper can be executed by users lacking Python for reading/writing register values. Holding register values can be pre-formatted to be returned/written as integers, signed integers, floating points or null terminated strings.

pyModbusTCP_cli v0.0.1

01 Oct 15:38

Choose a tag to compare

Command Line Application for pyModbusTCP

This is a standalone command line application that can be directly executed on any Windows 10 system. See the ReadMe for additional instructions.

This initial version only implements the read_holding_registers command. Additional functionality will be added in future versions. For now, the command provided by the pyModbusTCP_cli v0.0.1 wrapper can be executed by users lacking Python for reading register values. Holding register values can be pre-formatted to be returned as integers, floating points or null terminated strings.