MySensors
MySensors copied to clipboard
Add SoftwareSerial support for RS485 transport
Fixes #1300.
The Arduino SoftwareSerial library (and its forks for various hardware platforms) appears to be compatible with the API currently used by the RS485 transport. It contains the following calls:
.available().read().flush().begin()
Would this be something valuable for the upstream project? The AltSoftSerial implementation currently doesn't support ESP devices so this would solve that issue.