Versions
- Python: 2.7.6
- OS: Ubuntu 14.04
- Pymodbus: 1.3.2
- Modbus Hardware (if used):
Description
I have timed the sending of one mega byte of data with modbus RTU and the transfer spead is approximatively 7 KB/s.
When using libmodbus with RTU, I got a 10x performance improvement.
I have set the same baudrate in both cases.
This difference seems very strange to me and I wonder if a bug is hidding somewhere.
Versions
Description
I have timed the sending of one mega byte of data with modbus RTU and the transfer spead is approximatively 7 KB/s.
When using
libmodbuswith RTU, I got a 10x performance improvement.I have set the same baudrate in both cases.
This difference seems very strange to me and I wonder if a bug is hidding somewhere.