martinling / libserialport

Unofficial personal repository for libserialport - see git://sigrok.org/libserialport for official repo
http://sigrok.org/wiki/Libserialport
GNU Lesser General Public License v3.0
65 stars 34 forks source link

read opportunity on windows #5

Closed Matrix-Zhang closed 9 years ago

Matrix-Zhang commented 10 years ago

Hi:

i find when i writing data to serialport, and waiting at once, the waiting will block forever...

but after writing if i sleep 100ms or longer, it will be ok.

i'm not very good at serialport communication, is it normal on windows?

thanks and best regards!

martinling commented 9 years ago

Can you try with this change:

https://github.com/martinling/libserialport/commit/01284d267cdbe0286761b1cc76947e6016466e8a

martinling commented 9 years ago

I think this issue should be fixed in the current master branch now. Please reopen if you still have problems.