Downloaded the CmdMessenger.h library from GitHub, via the link on this page: http://arduino.cc/playground/Code/CmdMessenger
The commit id for the code I downloaded is 231fb76165 - filename: dreamcat4-CmdMessenger-v2.20-0-g231fb76.zip
I also downloaded all 3 dependencies (available via links from http://arduino.cc/playground/Code/CmdMessenger) and added those to my libraries folder.
Once you've uploaded the example sketch, you're supposed to be able to type example commands into the serial monitor and it should return the results of those commands.
All I get is strange characters being returned now and then, e.g: ºó«ÿ
It looks like the Arduino is receiving something, because I can see the RX light flash whenever I hit enter in the serial monitor.
Any ideas?