Skip to content

carlynorama/SerialSession

Repository files navigation

SerialSession

WARNING: works, still very version 0.0.0

Library to make simple serial connections via a Session class. Many hobby electronics boards including Arduino reboot every time a serial connection is opened in order to make loading code onto them easier. This means code that interacts with them needs to avoid reopening the serial ports as much as possible.

This library wraps SwiftSerialPort library, a Linux (TODO: confirm on Ubuntu) and MacOS (v13) compatible library with no dependencies, and no Foundation.

For usage examples see the companion repo: https://github.com/carlynorama/SerialSessionUI

Misc Resources

Swift/Apple links

C/terminos links.

From SwiftSerial

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages