This method is call to open a serial port for communication.
@see #DEFAULT_COM_PORT
@param device The device address of the serial port to access. You can use constant'DEFAULT_COM_PORT' if you wish to access the default serial port provided via the GPIO header.
@param baudRate The baud rate to use with the serial port.
@throws SerialPortException Exception thrown on any error.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.