ferrous-systems / embedded-trainings

Ferrous Systems Embedded Trainings
Apache License 2.0
114 stars 14 forks source link

Hardcoded Adresses of USB-Ports #16

Open Mirabellensaft opened 5 years ago

Mirabellensaft commented 5 years ago

USB adresses are hardcoded in the .ron files. We should change that to a more dynamic system that is independent of operating systems.

jamesmunns commented 5 years ago

A useful behavior here might be to still allow for configuring a specific USB TTY path, but make it optional. If the configuration is omitted, the server will go looking for a reasonable serial port, or present the user with a list of options to choose.