tbird20d / grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development
GNU General Public License v2.0
195 stars 77 forks source link

-n or --nodelta not working #68

Closed ditchmagnet closed 2 years ago

ditchmagnet commented 2 years ago

When trying to use either -n or trying --nodelta results in: Error parsing command line options

Command is: grabserial -d /dev/ttyUSB0 -b 9600 -T -n

When using the following it's fine: grabserial -d /dev/ttyUSB0 -b 9600 -T

ditchmagnet commented 2 years ago

Wasn't on newest version. Disregard.

tbird20d commented 2 years ago

I was just going to look into this. Even though it was apparently an old bug that was already fixed, I appreciate that you took time to report it, and also that you took the time to update the issue when you found it was fixed. So, thanks - and happy grabserial-ing. -- Tim