maximum read and write buffer sizes
name of serial port to open
settings of serial port to open
Open a new serial port.
Send this command to the serial manager to request the opening of a serial port. The manager will attempt to open a serial port with the specified parameters and, if successful, create a
SerialOperatoractor associated to the port. The operator actor acts as an intermediate to the underlying native serial port, dealing with threading issues and dispatching messages.In case the port is successfully opened, the operator will respond with an
Openedmessage. In case the port cannot be opened, the manager will respond with aCommandFailedmessage.name of serial port to open
settings of serial port to open
maximum read and write buffer sizes