Releases: ActuallyTaylor/cereal
Releases · ActuallyTaylor/cereal
1.2.0 - Line Endings
Added support for changing the line endings sent across serial connection. You can choose between CR, LF and CRLF. The default is CR to match previous behavior.
Full Changelog: 1.1.1...1.2.0
1.1.1
- Fixes the closing message so it says Cereal instead of Screen.
1.1.0
- Added better error handling
- Added version reporting using
--version&-v
Full Changelog: 1.0.0...1.1.0
1.0.0
Release 1.0.0
This first release contains the following features:
- Connect to serial devices (tty, cu, etc...).
- If no device is provided to the command, you will be able to select from a list of connected serial ports.
- Set a baud rate for the serial connection.
- If no baud rate is provided, you can select from a set of commonly used baud rates. The default is 9600
- Receive and display utf8 data from the serial connection.
- Keystrokes are captured and sent back to the serial connection.
- Exit with ctrl + c.