Beltran Berrocal's Actionscript Class

Hi Folks,

I'm trying to load up Beltran Berrocal's Actionscript Class but the Arduino Conversation file just gives me the following error when I try to load it:

o: In function sendStringToFlash(char*)': undefined reference to printByte'o: In function ArduinoConversation(int)': o: In function loop':

Any thoughts?

Best

Jim H

try to read this:

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1227534057/2#2

I read those posts through and have tried loading it with no devices/shields attached but I'm still getting the same error?

Jim H

This was resolved by replacing printByte(byteGPS) with Serial.print(byteGPS, BYTE),