A serial addon for openFrameworks.
-
Full Port configuration via SerialDevice
- baud rate
- data bits
- parity
- stop bits
-
Full Flow Control
- CTS get / set
- DSR get / set
- RI get / set
- CD get / set
-
Read/write blocking control via custom timeouts.
-
Event-driven serial via BufferedSerial class.
-
Packet-based serial system with byte stuffing via PacketSerialDevice
-
Cross-platform compatibility.
- Tested on:
- OSX
- Windows Visual Studio
- Windows Codeblocks / MinGW
- Linux
- Tested on:
-
Robust Cross-platform port listing.
-
Arduino Examples for sanity testing.