/grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

grabserial
==========

Grabserial - python-based serial dump and timing program - good for
embedded Linux development

See http://elinux.org/Grabserial for documentation and examples.

For help with command line options, use: grabserial -h

== Installation ==
If you have the python 'serial' module, you can just place grabserial
in a directory on your path, or add the directory containing grabserial
to your path, or just invoke grabserial directly.

 $ path/to/program/grabserial

You can also install this as a python module with: 'python setup.py install'