Making the device selectable for the find_device function #9
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: veles_labs/pyveles#9
Loading…
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.