UartEvent
UartEvent copied to clipboard
Teensy 3.2 / Teensyduino 1.44 hangs on Uart1Event::begin()
First of all, should I even expect this library to work on Teensy 3.2? If so, my issue is that begin() seems to just hang, and nothing after it is executed. Or, at least, it interferes with the USB serial port so I can't see any of my debug messages.
After having this problem with my own sketch, I tried the polling example sketch, and it shows the same symptoms.
Perhaps an incompatibility with the latest Teensyduino (1.44)?
Very well could be I'll take a look.