PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
331 stars 152 forks source link

Enable the user to specify the serial number #57

Open hmaarrfk opened 4 years ago

hmaarrfk commented 4 years ago

This enables the user to specify the serial to program.

Works with libusb, not sure about windows.

hmaarrfk commented 4 years ago

For windows, it seems we need to use : https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/hidsdi/nf-hidsdi-hidd_getserialnumberstring

I don't have a handy windows machine.

hmaarrfk commented 4 years ago

@PaulStoffregen is there any interest in enabling this feature?

If so, I can work slowly on improving feature parity between different operating systems.

botto commented 3 years ago

I'm quite interested in this feature. Is it stable on Linux. I do have a windows machine so I can give it a go.

hmaarrfk commented 3 years ago

I has been working for me.

FiratSusan commented 3 years ago

https://github.com/PaulStoffregen/teensy_loader_cli/issues/56#issuecomment-849694217

Not sure but I should have posted it here...

hmaarrfk commented 3 years ago

@PaulStoffregen is there any interest in integrating such a feature?

PaulStoffregen commented 3 years ago

Maybe, but let me say very clearly that no new features are likely to be merged until Oregon relaxes Covid19 social distancing requirements and PJRC can rehire.

velovix commented 1 year ago

Would it be possible to get some eyes on this pull request now that things have calmed down a bit? I have a single industrial PC that connects to ~5 Teensys in an enclosure, so it would be very convenient to not have to physically press their flash buttons on each iteration.