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

Add a thread for read input,and send to serial #15

Closed zqb-all closed 7 years ago

zqb-all commented 7 years ago

When I want to "Hit any key to stop autoboot" or want to "dmesg" ,I have to leave grabserial and use putty ,so i think maybe the grabserial can support input ?

tbird20d commented 7 years ago

This caused problems for me. For some operations, I got the following error: $

tbird20d commented 7 years ago

I had some problems with this, but it works well enough to use as is. I'm a little worried about the overhead of the extra thread interfering with the line timings, but with a fast enough host this shouldn't be an issue.

Thanks, -- Tim