Fix for ReadWriteMultipleRegisters#99
Conversation
Add case for handling ReadWriteMultipeRegisiters
Current coverage is
|
|
Your fix works very well but i encountered that the read action is performed before the write action. Best regards :) |
|
I made the same fix that I was about to create a pull request for until I saw this. @jikelmon As far as the read/write action, isn't determined by the Slave? This request goes out as one message, the slave parses it and should do its write first, then respond with a read. Am I missing something? |
Just discover ReadWriteMultipleRegister not working. TransportPDU is correctly handled but the override can't be called because , need to override messageframe to call it.
Fix ModbusRTUTransport to handle reply. Need to check TCP and ascii
Add case for handling ReadWriteMultipeRegisiters