I just compiled with 1.5.7 and there were no error messages.
void setup() {
// put your setup code here, to run once:
Serial.begin(4800, SERIAL_8E1);
}
void loop() {
// put your main code here, to run repeatedly:
}
Thank for the replies. Well I checked my case and found it was wrong. It compiled fine now. I'm using version 1.0.5-r2.. I thought I had tried it all ways. I guess not. Thanks for the help. Greatly appreciated.