String type is not working!

Thanks.

My guess is that they have not properly implemented the interface with the Arduino IDE.

Have you tried modifying your code so it does not use the String class, instead uses cstrings - char arrays terminated with 0.

...R