Software serial, for when you are out of serial pins

Dependents:   BufferedSoftSerial neurGAI_Seeed_BLUETOOTH LPC-SD-35 ESP-WROOM-02_test ... more

This pull request has been accepted and merged in by Erik -

Fix: first received byte was corrupted

It was caused by that read_buffer was not set to 0 before receiving first byte

forked SoftSerial

1 comment:

12 Apr 2016

Looking at my code, it makes perfect sense that this is required. Thanks for finding it, one of those things that can give people a real headache. One of the easier pull requests to accept :).