I found the problem with 4.00 IOIOLibPC. The SerialPortIOIOConnection.java
class has some code that clears the serial port input buffer. This block
of code doesn't exist in 3.00 or 5.03 IOIOLibPC.
Lines 73-75 need to be commented out for Windows 8
// Clear any lingering bytes before opening.
while (inputStream_.available() > 0) {
inputStream_.read();
}
--
You received this message because you are subscribed to the Google Groups
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.