-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Enter mode 2 (io.mode(2)
2. Try to write to a port
3. The next time you try to read from a port you won't get the data you expect
What is the expected output? What do you see instead?
Expected output would be the state of that particular port. Instead, you're
likely to see the name of the port last written to (ie: a, b, or c) followed by
the data written to that port. This will happen indefinitely.
Original issue reported on code.google.com by hoop...@gmail.com on 8 Jul 2010 at 3:39