8:00 – 4:30 FP
- Working with my various implementations of JSON
- Working on the parser for the arduino. It’s a 4 state machine that looks for ‘>>’ to signify a new message and ‘<<‘ to signal the end of a new message. The memory for the string to be processed starts at 128 bytes and gets incremented by 128 bytes each time it runs out of space. Done.
- Got the parser up on the arduino running, but I seem to have messed up the serial port and made it block. Am able to reset by running the terminal program…
- Code runs fine on the Arduino when I send the string from the console. Need to figure out what’s wrong with my serial code.
