MichaelJonker / HardwareSerialRS485

Arduino Software for RS485 support with collision detection and message handling capabilities
MIT License
107 stars 29 forks source link

DMX on top of HardwareSerialRS485 #12

Closed Gavin-Perry closed 1 year ago

Gavin-Perry commented 2 years ago

Any chance of implementing the DMX protocol over this library? (Note here is the use case where a 513 byte buffer is needed, not just 256)

MikeCLX commented 1 year ago

Normally DMX is a single master with a ton or slaves, so there would be no need for collision detection, avoidance, or recovery