1.9.2 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)