Start: 9:45
- For some reason, the ComUtil class would not include properly. Renamed it ComUtilB and it works again. No idea why I had to do this but it will help keep the arduino and pc versions from getting confused.
- The Singleton method of the DataDictionary is not working on the arduino side.
- Fixed a few things which were causing compiler errors, still can’t figure out why the singleton method isn’t working
- Checked to see if I was having the same problem on the PC side. It seems to be working fine.
- Googled “singleton arduino,” apparently it can’t be done in the standard way because the arduino is single threaded. There is a solution which I have yet to try in the second to last post: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1295472760
End: 5:45
