Tom DeVito 4.3.2012

Start: 10:00

  • Changed how items are published to the dictionary to make things more memory efficient
  • Step up a new PC test environment which we may be able to drop in the simulations to once ready
  • Tried sending some commands to see how the controller was working.   This doesn’t seem to be working right yet.
  • Did an echo test for the command and it seems to be coming back corrupted.
  • Found that I did not specify the int type for the command class.  This is important because windows defaults to 32-bit while the arduino defaults to 16-bit.  The problem seems to be resolved now that they are both 16-bit.
  • Check the response class for similar problems.
  • Sent a command and received a response from the audio controller class.  The next step make it play a sound on command.

End: 6:00