Tom DeVito 1.20.2012

Start: 9:00

  • AVR studio is not really made for the arduino.  Supposedly you can drop the compiled .elf file into the debugger but I haven’t found where this is.
  • Fixed the problem where the arduino was not responding to the first packet the PC sent
  • Fixed the problems that were causing the data dictionary to crash on send and import if no data was there.
  • While doing the above I found where the .elf file is:  C:UsersThomasAppDataLocalVMicroArduinoBuildsDataCommunicationTestmega2560
  • User name and project name are case dependent of course.
  • Still not exactly sure what to do with the file.  Most forums I read just say drop it in the debugger….
  • Added a base class for the arduino sides communication.  This is so ComUtil can be the same on both sides despite having completely different base methods.  On the PC ComMgr serves this purpose.
  • Changing ComUtil to have states and send messages to ensure sychronization.  Once this is done I’ll try to figure out where the debugger thing is.

End: 5:00