I did some tests and found this.
After I run TeensyDuino for Arduino 1.8, COM3 Serial (Teensy 4.0) as indicated by usb0/140000/0/D/3 does not produce serial output.
If I restart my Windows computer, COM3 Serial...
defragster, I would suspect my pain threshold is less than yours. From following your work here over the years, I have great respect for your knowledge (far beyond mine).
I am not finding the same operation as...
I have been operating for two days with Teensy 3.6 and 4.0 using Arduino 2.0. It coexists along with Arduino 1.8 with TeensyDuino. I had to restart the computer and reload TeensyDuino to get the Arduino/TeensyDuino to...
Okay Solved Serial problem in 2.0. Small step for mouse brain.
In Tools Port There are 2 options
COM3
COM3 Serial Teensy 4.0 (selected at default installation).
The COM3 has to be selected to see Serial output.
I tried my Hello World on a Teensy 3.6 and get no serial output either (although Arduino 2.0 does compile and execute (I can see led blinking on Teensy).
Maybe some cross issue from my using TyCommander with 1.8.15?
Yup, I'm in a rabbit hole.
1. Loading both Arduino 1.8.15 and Arduino 2.0 My Arduino 1.8.15 can no longer find the libraries that are in C:\Arduino\hardware\teensy\avr\libraries.
2. Running on Teensy 4.0, I can...
Thanks Paul,
I found where the libraries were stored in:
C:\Users\Richa\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.57.1\libraries
and was able to replace one (FastLED) that I had modified. I will...
Are you experts using Arduino 2.0 ?
I have been using Arduino 1.x for many years and have developed quite a few libraries.
I am always in the middle of a few projects and have not changed over to Arduion 2.0,...