aldas / modbus-tcp-client

PHP client for Modbus TCP and Modbus RTU over TCP (can be used for serial)
Apache License 2.0
191 stars 55 forks source link

Fix Packet::isCompleteLengthRTU to differentiate fix sized response p… #129

Closed aldas closed 1 year ago

aldas commented 1 year ago

Fix Packet::isCompleteLengthRTU to differentiate fix sized response packets from variable size function code responses

aldas commented 1 year ago

this related to #128