ATParser icon indicating copy to clipboard operation
ATParser copied to clipboard

Add getTimeout() call to ATParser. Add payload for RX callback in BufferedSerial.

Open janjongboom opened this issue 8 years ago • 1 comments

Because the way the ringbuffer works it's not possible to get the underlying buffer in the RX IRQ callback because then ATParser will miss characters. By adding the character as a parameter to the RX callback you can get the data in the callback, and ATParser will not miss anything (because you can implement another independent buffer).

@geky @sarahmarshy

janjongboom avatar Jul 31 '17 09:07 janjongboom

Ping @geky @sarahmarshy

janjongboom avatar Sep 27 '17 11:09 janjongboom