Thomas DeVito 7.7.2011

Start 10:15

  • Found out why the send and receive methods were not working.  At some point I changed the char* to the buffer to a pointer to the pointer.
  • Send was not syncing properly with the PC side. moved it so it sent once for testing purpose on reset.
  • Sending is working but the echo back is incomplete
  • Added a state for standby where the arduino sends nothing til the first command is recieved.  This is to make sure it syncs properly
  • Decided to send a struct with the data instead of sending the data as an object.  Struct contains the name, size, and data.
  • Add method getStruct(name) and importStruct(name) to the DataDictionary.

End: 6:15