Initializes the serial port. Should be called from inside setup().
speed: the baud rate to use for the serial communication (e.g. 9600 or 19200)
None
Serial Arduino boards supports speeds up to 19200 baud. USB boards support up to 115200 baud (with release 0003 and later of the Arduino software).
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.