You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libbu...@googlegroups.com
Hello!
Merry Xmas to all!
What means "setBlocking" with the serial Ports?
Datenheld
unread,
Dec 29, 2014, 6:46:16 PM12/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libbu...@googlegroups.com
Hi Hannes,
blocking basically means that a call to read the serial port will block until at least one byte could be read. If the port is not blocking, then a read call will return immediatelly, even if there was no data to read.