Skip to content

A lightweight and simple serial port logger which useable everywhere ... :D

License

Notifications You must be signed in to change notification settings

0keeper1/seriallog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Log

A Lightweight And Simple Serial Port Logger.

Installation

Manual:

  make
  ./build/seriallog -h

Usage

Usage: seriallog [options] <SERIALPORT | 'AUTO' | 'auto'> <BAUDRATE>
 OPTIONS:
  -f | --tofile <PATH>  Write stdout into the file
  -m | --mode <MODE>    Open serialport mode (r = ReadOnly, w = WriteOnly, rw = ReadWrite)
  -h | --help   Display this page
  -v | --version        Display the version of this program
  -b | --buffersize <SIZE>      Buffer size to hold the string data (default: 1024)
seriallog -b 2042 -m r /dev/ttyUSB0 9600
seriallog -b 2042 AUTO 9600

About

A lightweight and simple serial port logger which useable everywhere ... :D

Topics

Resources

License

Stars

Watchers

Forks