Forum Rule: Always post complete source code & details to reproduce any issue!
-
Which Teensy model or method supporting to upload program except USB?
Hello!
I have programmed a Teensy 3.2 and I change some parameters in the program and I want to upload again via serial port (TX, RX) without USB. If this is not possible, please suggest me the other Teensy model that allows uploading program via the serial port or any other method except USB.
Thanks in advance.
-
Senior Member
I'm pretty sure that the answer PaulStoffregen gave you on your previous question applies to all Teensy's.
Paul
-
Senior Member

Originally Posted by
Sandip
please suggest me the other Teensy model that allows uploading program via the serial port
No Teensy model supports this. USB is the only supported upload method on all Teensy boards.
Please do not create duplicate threads to re-ask the same question.
-
I change some parameters in the program
In case you only need to change some parameters you do not need to upload a new program. You can do this via Serial and have your sketch store the parameters in the EEPROM. Your sketch can then use those values.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules