SerialPortInterface constructor

SerialPortInterface(
  1. String portName
)

Creates a serial port at the given name.

Implementation

SerialPortInterface(this.portName);