Generalise serial initialisation #14
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 1 hour 29 minutes
Due date
blizzardfinnegan
1 hour 29 minutes
No due date set.
Blocks
#8 SIUV work}
blizzardfinnegan/seymourLifeRust
Reference: blizzardfinnegan/seymourLifeRust#14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The current design of this project assumes serial devices must exist within the directory
/dev/serial/by-path
, however other symlinks exist. Direct/dev
objects should also be considered.Implemented as of
b27da2155e
. Basic testing appears to run properly. Closing issue.