Add the option to choose the serial port#25
Add the option to choose the serial port#25NICOLASGON wants to merge 1 commit intoPaulStoffregen:masterfrom
Conversation
|
This is the serial number of the device, rather than anything to do with the serial port isn't it? |
|
Is this patch still active and valid ? Do you know a good way to get Teensys serial number with a command line tool ? |
Something like lsusb should do so @siteswapjuggler |
|
Hello I found lsusb -v which works like a charm thanks :) |
Adding lshw may also show them, and has XML and JSON output formats which could be parsed more reliably. It also has ways to filter for just particular classes of data. |
|
Yep my final scrip is something is : |
this is what i added to the code PaulStoffregen/teensy_loader_cli#25
Hello,
This patch add the option in the cli to choose the teensy we want to flash.
Thank you,
Nicolas Gonzalez