Witty-Wizard / SerialIO

An Arduino library for decoding multiple RC protocols.
https://witty-wizard.github.io/SerialIO/
GNU General Public License v3.0
4 stars 1 forks source link

✨[FEATURE]: Add Support for AVR Microcontrollers Using SoftwareSerial #3

Closed Witty-Wizard closed 3 months ago

Witty-Wizard commented 3 months ago

Problem Currently, the Serialio library supports ESP32 and RP2040 microcontrollers, but does not provide support for AVR microcontrollers.

Solution To make the Serialio library more inclusive and compatible with a wider range of microcontroller platforms, I propose adding support for AVR microcontrollers. Since AVR microcontrollers lack multiple hardware serial ports, using SoftwareSerial would enable serial communication on additional pins.

Documentation The documentation needs to be updated to reflect the new support for AVR microcontrollers and the usage of SoftwareSerial.

Witty-Wizard commented 3 months ago

Not possible because SoftSerial does not support 8E2 configuration