ProjectNeura / LEADS

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
https://leads.projectneura.org
Apache License 2.0
249 stars 52 forks source link

Support Automatic Serial Port Recognization #204

Closed ATATC closed 4 months ago

ATATC commented 4 months ago

As we noticed in #180, the path to each serial port changes randomly every time the system reboots. We had to manually reset the configuration or disconnect all sensors and plug them in again in order. To avoid this complication, we want to automatically recognize serial ports based on their message formats. A pool will replace the current serial port assignment.

ATATC commented 4 months ago

The solution described above is not realizable. Using "/dev/serial/by-id/..." is a more practical way.