SlashDevin / NeoSWSerial

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
169 stars 42 forks source link

Feature Request: Add support for 4800 Baud Rate #51

Open Raunak-Singh-Inventor opened 1 year ago

Raunak-Singh-Inventor commented 1 year ago

I am trying to use a 4800 baud rate GPS with an Arduino-like board. I was trying to use the Software Serial library but its interrupts causes my Arduino code to freeze.

Was wondering if you could add support for 4800 baud rate into your library?