pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 889 forks source link

Simplify some BinaryPayload pack operations #2224

Closed jameshilliard closed 2 days ago

jameshilliard commented 4 days ago

Slightly cleaner and easier to read.

jameshilliard commented 3 days ago

This needed to be tested extra in the test harness, please do "protest --cov" and check that all code is covered.

I went ahead and removed the system endian dependent conversion operations, all these changes now should have full coverage.