Skip to content

Releases: ActuallyTaylor/cereal

1.2.0 - Line Endings

15 Sep 19:33
1.2.0
09f34a7

Choose a tag to compare

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

28 Mar 20:43

Choose a tag to compare

  • Fixes the closing message so it says Cereal instead of Screen.

1.1.0

27 Mar 12:23

Choose a tag to compare

  • Added better error handling
  • Added version reporting using --version & -v

Full Changelog: 1.0.0...1.1.0

1.0.0

27 Mar 00:45
6e43977

Choose a tag to compare

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.