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

Fix grabserial for use with (some) USB serial adapters #6

Closed mehaf closed 9 years ago

mehaf commented 9 years ago

two commits, one is just cleanups I did while trying to find out why grabserial would only work once per boot with my USB serial adapter.

The second commit is a kludge that seems to work reliably to avoid the reboot. Note that unplugging the USB serial adapter and replugging it did not fix the issue. I bumped the MINOR_VERSION since the API changed compatibly.

tbird20d commented 9 years ago

Thanks. These look like nice fixes.