I have a modbus device and have connected a modbus RTU to ethernet converter ( and not modbus RTU to modbus TCP converter ).
All modules I have come across can read normal Modbus RTU, Modbus TCP, Modbus ASCII. But I haven't seen any module to read modbus through ethernet port.
When I tested using ModScan
, I can see the data when I select Remote TELNET Server
.
Is there a way I can read this data using python ??