This is defiantly a nob question. Thought I could figure it out but how do you set the baud rate of the serial ports?
I have,
[code]
Serial Ser0(p9,p10); 9 = TX, 10 = RX
Ser0.baud(57600); Set baud rate to 57600
[/code]
But it don't compile. I've searched and tried everything I can think of, even other formats from different programing langs but nothing works.
Thanks
This is defiantly a nob question. Thought I could figure it out but how do you set the baud rate of the serial ports?
I have, [code] Serial Ser0(p9,p10); 9 = TX, 10 = RX Ser0.baud(57600); Set baud rate to 57600 [/code]
But it don't compile. I've searched and tried everything I can think of, even other formats from different programing langs but nothing works.
Thanks