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

When using sp_nonblocking_write and comm port disconnected program crashes #39

Open gezzuzz opened 3 years ago

gezzuzz commented 3 years ago

libserialport works great for me. Thank you for all the great work.

What is the best way to handle when you sending data using sp_nonblocking_write and the comm port is diconnected? Like if im using a USB adapter and its disconnected.

Thank you very much.