Howto
Reference
Hardware
Software
Forum
Bugs
Wiki
Workshops
Gallery
Tutorials
FAQ
Buy
Sets the data rate in bits per second for serial data transmission.
int datarate, in bits per second (baud)
nothing
void setup() { Serial.begin(9600); // opens serial port, sets data rate to 9600 bps }
Reference Home