A serial class with interrupt-driven read buffering and read timeouts, for more reliable high-speed reading.
buffering,
Serial 06 Dec 2009, by Richard Sewell
This is the SerialBuffered class, which wraps Serial and adds interrupt-powered buffered reading (so it will catch inbound data even when your app is busy doing something else) and simple ...
20 Nov 2009, by Richard Sewell