8:00 – FP
- More integration today
- Wrote up a test walkthrough of the logic for reading from the port.
- Adding in control system initialization and flow management. Nope, coming up to speed on Arduino programming.
- Sending Large Strings of Data to Arduino
- Demonstrates use of the SerialEvent() function. SerialEvent() is called after a loop(), if there is serial data in the buffer.
- Nonblocking serial reads with Windows (search for
EReadTimeoutNonblocking)
