Opens a new connection to a serial port.
Opens a new connection to a serial port. This method acts as a factory to creating serial connections.
name of serial port to open
settings with which to initialize the connection
an instance of the open serial connection
AccessDeniedException if permissions of the current user are not sufficient to open port
IOException on IO error
InvalidSettingsException if any of the specified settings are invalid
NoSuchPortException if the given port does not exist
PortInUseException if port is already in use