node-modbus-serial
node-modbus-serial copied to clipboard
RTU: Silent interval not respected
Modbus RTU specifies a 3.5 character time "silent interval" before the message frame. As far I have seen, this is not respected in this library. In case multiple read operations are done in succession, the silent interval is not waited between the end of the incoming message and the beginning of the outgoing message. Is there a particular reason for this, or am I missing something?
Ref: https://modbus.org/docs/Modbus_over_serial_line_V1_02.pdf Section 2.5.1.1