Making the device selectable for the find_device function #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ViktorWalter/pyveles:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally, the
find_device
function did not allow for the device (nor baudrate) to be selectable, instead of using/dev/rs485
by default. This made it impossible to probe for the correct modbus address.