I did a quick and dirty with a 3.5... first 3.x I found...
Simple sketch:
//extern uint8_t _serialEvent1_default;
//extern uint8_t _serialEvent2_default;
void setup() {
while (!Serial) {}
Serial.begin(115200);
Serial1.begin(115200)...
@defragster.38915 I've tested your sample code. And I have the same 3 second delay.
LOOP USB: DATA WAITING >>>>> 27309
LOOP USB: DATA WAITING <<<<<
LOOP USB: DATA WAITING >>>>> 30310
LOOP USB: DATA WAITING <<<<<
LOOP USB: DATA WAITING >>>>>...
There was no need for preparations for SerialEventX() before. I've run the program for several years. But now I compile it with new IDE. I think it is compiler related.
Hi,
I had a project on Teensy 3.1 and it worked perfectly without touching for almost 7 years. Now I need something to change in that. Like a PWM frequency. I've opened my file on Arduino IDE 2.3.2 . Changed the PWM freq. Upload without any...