You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, these IDs are the same for both modules, so in linux this means I can't differentiate between them by using /dev/serial/by-id
It'd be better to use this ID instead of something like ttyACM0, because those can change on boot.
I'd recommend this ID is settable by the dip switches on the back of the module, so we can get something like FRAKDEBZ0100000000 and FRAKDEBZ0100000001
I'll make a pull request for this if people agree (eventually ;) )
The text was updated successfully, but these errors were encountered:
Hey all,
If you are running two of the same led matrix modules, the following code is what sets the serial number:
inputmodule-rs/ledmatrix/src/main.rs
Line 155 in 13efc56
However, these IDs are the same for both modules, so in linux this means I can't differentiate between them by using /dev/serial/by-id
It'd be better to use this ID instead of something like ttyACM0, because those can change on boot.
I'd recommend this ID is settable by the dip switches on the back of the module, so we can get something like FRAKDEBZ0100000000 and FRAKDEBZ0100000001
I'll make a pull request for this if people agree (eventually ;) )
The text was updated successfully, but these errors were encountered: