nigelb / SerialGrabber

SerialGrabber reads data from a serial port and processes it with the configured processor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read the documentation.

Quickly

SerialGrabber has the following dependencies:

  • pyserial

Instillation:

#> python setup.py install

This will create a default configuration in /etc/SerialGrabber:

Commandline:

#> serial_grabber --help
usage: serial_grabber [-h] [--config-dir <config_dir>]

Serial Grabber will read the configured serial port and process the data
received.

optional arguments:
  -h, --help            show this help message and exit
  --config-dir <config_dir>
                        The location of the config directory, default:
                        /etc/SerialGrabber


#> serial_grabber --config-dir /etc/SerialGrabber

About

SerialGrabber reads data from a serial port and processes it with the configured processor.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%