This software distributes two programs, serialdump and serialplayer, which allow for dumping/recording serial data and replaying it later.
Usage: serialdump [OPTIONS] --serial-device <SERIAL_DEVICE> --serial-log <SERIAL_LOG> --baud-rate <BAUD_RATE>
Options:
-d, --serial-device <SERIAL_DEVICE>
-o, --serial-log <SERIAL_LOG>
-b, --baud-rate <BAUD_RATE>
-t, --timeout <TIMEOUT>
-h, --help Print help
Usage: serialplayer [OPTIONS] --serial-log <SERIAL_LOG>
Options:
-i, --serial-log <SERIAL_LOG>
-d, --serial-device <SERIAL_DEVICE>
-b, --baud-rate <BAUD_RATE>
-v, --verbose
-n, --newlines
-h, --help Print help
This project is licensed under the GNU Affero General Public License v3.0. The full license text can be found in the LICENSE file in this repository.
This project uses third-party libraries that are governed by their respective licenses. For a complete list of these libraries, their licenses, and attributions, please refer to the THIRD_PARTY_LICENSES.txt file in this repository.