On version 0.22, with Serial.begin(9600), I used Serial.println("Test") without any problem, however
it does not work with SerialOpen(0,9600) on verson 1.0
Could someone tell me why, and a correct print command with using SerialOpen ?
Why have you written (or borrowed) this convoluted function that will only work on one kind of Arduino? What is wrong with using the Serial.begin() method in 1.0?