Hello! It's not clear to me (from reading the oF source code and the online documentation) whether the readbyte() function is blocking or not on WINDOWS. What I mean is, if there's no data in the serial buffer, will the function block until there is?
Or, will the function return immediately? If so what will the returned value be?
From reading the definition of readbyte() it seems the function returns immediately on UNIX systems, giving OF_SERIAL_NO_DATA if there was no data. It's not clear to me though, what happens on WINDOWS.
I strongly believe this should be clearly stated in the documentation. How can one contribute to the documentation?