Arduino to PC Communication:
- Was able to pass a structure back from the arduino
- recieveData gets the buffers pointer and writes to the buffer.
- To make testing easier all this is still done within the ComMgr.
Data Dictionary:
- Phil helped set up the data dictionary.
- use strcpy(des, ori) to copy a char*.3
- Anytime malloc or new is used, remember to free resources.
- Still not sure how data is put into the data elements.
