OxSerialPort.this

Create new serial port

  1. this(string portName, Speed speed, Parity parity, uint timeOut)
  2. this(string portName, uint speed, string parity, uint timeOut)
    struct OxSerialPort
    deprecated
    this
    (
    string portName
    ,
    uint speed = 9600
    ,
    string parity = "none"
    ,
    uint timeOut = 0
    )
  3. this(Bundle bundle)

Throws

SerialPortSetupException

Meta