Skip to content

1.9.2 release

Compare
Choose a tag to compare
@tbird20d tbird20d released this 01 Jul 21:39
· 142 commits to master since this release

This release supports a new option '-S' to skip the tty check (which was giving many users problems.

Also, some changes were made to support use of grabserial as a python module.
A python program can do:

import grabserial
...
grabserial.grab(None, ["-d", "/dev/ttyUSB0", "-v"], outputfd=sys.stdout)