Skip to content

An cross platform Serial library for openFrameworks.

Notifications You must be signed in to change notification settings

avilleret/ofxSerial

 
 

Repository files navigation

ofxSerial

A serial addon for openFrameworks.

Features

  • 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
  • Robust Cross-platform port listing.

  • Arduino Examples for sanity testing.

Requirements

Built With

About

An cross platform Serial library for openFrameworks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.2%
  • Other 3.6%
  • C 2.2%
  • Makefile 1.0%