jfjlaros / simpleRPC

Simple RPC implementation for Arduino.
MIT License
50 stars 17 forks source link

RS485 Support #12

Closed chrisflesher closed 3 years ago

chrisflesher commented 3 years ago

Make it easy to allow RS485 half duplex communications.

Describe the solution you'd like Add an I/O plugin to support RS485 half duplex, this has additional timing requirements over the normal serial communications (which are non-blocking).