// Monitor with oscilloscope or another serial monitor
: It uses a fixed receive buffer of 256 bytes , which can fill up quickly if data isn't read promptly. The "Gotchas" & Limitations
: The library relies on pin change interrupts to detect incoming data, allowing it to "listen" while the main code is running, though this consumes significant CPU cycles.
Every Arduino enthusiast eventually hits the wall:

