duff2013 / UartEvent

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

Is buffer-full event now working? #1

Closed barzilaydn closed 9 years ago

barzilaydn commented 9 years ago

Hey,

I couldn't quite understand - from the examples and the README it seems that the RX buffer full event is working though on the other hand the REVISION file states that it currently does not work.

What is the current state of the RX Buffer-full event?

duff2013 commented 9 years ago

I did whole refactor of the DMA RX code which changed how the DMA buffer is used "for the better" and making a buffer full event is not exactly trival now. Also I've been updating the Snooze library lately. So no the buffer full is not working even though there is an example. That being said, I'll get the buffer full event working this week.