-
Notifications
You must be signed in to change notification settings - Fork 5
Can I upload firmware from within my PC application
luni64 edited this page Jan 11, 2022
·
2 revisions
For Win10 applications there is TeensySharp which provides some helper classes to handle the following common tasks:
- Finding all Teensies on the USB tree (get a list with entries for each found board containing its serialnumber and the name of the COM port to which it is connected)
- Provide information when a Teensy is connected or removed from the USB Tree
- Uploading of firmware (hex files) from within the user application.
GitHub: https://github.com/luni64/TeensySharp
Nuget package: https://www.nuget.org/packages/lunOptics.libTeensySharp/
Teensy is a PJRC trademark. Notes here are for reference and will typically refer to the ARM variants unless noted.