Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 428 Bytes

File metadata and controls

12 lines (7 loc) · 428 Bytes

#SuperSerial Arduino Library for RS232, RS485 communications

##Description The SuperSerial library wraps RS232 and RS485 communications in a Master / Slave architecture with reliable transport.

A more in-depth summary is provided here: https://zoetrope.io/tech-blog/serial-communication-library-arduinos

##Troubleshooting If you get a POINTER_REGS spill error use

ino build -f="-ffunction-sections -fdata-sections -O2 -w"