Hi Alastair,
I am a big fan of yours and have recreated many of your projects.
Currently I am struggling with this one. I just tested the R200.ino and get the following error message:
"
...\R200.cpp: In member function 'bool R200::parseReceivedData()':
...\R200.cpp:209:1: error: no return statement in function returning non-void [-Werror=return-type]
cc1plus.exe: some warnings being treated as errors
exit status 1
Compilation error: no return statement in function returning non-void [-Werror=return-type]
"
Is it possible, that bool R200::... should be a void????
Keep up the good work, I am really appreciating what you are doing for us.