beginSerial(speed)

Description

Initializes the serial port. Should be called from inside setup().

Parameters

speed: the baud rate to use for the serial communication (e.g. 9600 or 19200)

Returns

None

See also

Reference Home