Writing to Input registers of Virtual Modbus TCP server
Posted: 29 Jan 2021, 09:47
Is it possible to write to Input registers (Holding registers) of Virtual Modbus TCP server?
https://revolutionpi.com/forum/
Code: Select all
pi@RevPi39627:~ $ piTest -w Input_Word_1,1
Write value 1 dez (=0001 hex) to offset 11
pi@RevPi39627:~ $ piTest -r Input_Word_1,1
2 Byte-Value of Input_Word_1: 1 dez (=0001 hex)