Language | Libraries | Comparison
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).