Problems with SerialPrint.

The error, which you sadly did not post, was:

As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.

Perhaps you should user Serial.write ?