duff2013 / UartEvent

Event Based Hardware Serial for Teensy 3.1
18 stars 11 forks source link

Teensy 3.2 / Teensyduino 1.44 hangs on Uart1Event::begin() #4

Open baysinger opened 5 years ago

baysinger commented 5 years ago

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)?

duff2013 commented 5 years ago

Very well could be I'll take a look.