Skip to content

ORNL/serial-log-replayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-log-replayer

This software distributes two programs, serialdump and serialplayer, which allow for dumping/recording serial data and replaying it later.

Usage

serialdump

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

serialplayer

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

License

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.

Third-Party Licenses

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages