minimalmodbus
minimalmodbus copied to clipboard
Feature request: use bytes instead of str
trafficstars
May be little bit late (I missed the refactoring to python3 only version)
When the only supported version of python is python3, isn't it possible to finally use bytes for bytes and not latin1 str?
Hi! Yes, you are right. The planned conversion is outlined in https://minimalmodbus.readthedocs.io/en/stable/develop.html#todo
I plan to do this change for next release.
This is now implemented in the latest release.