Connection parameters passed to port.open when opening a serial port.
Derived from the W3C SerialOptions type. Excludes
SerialSessionOptions.filters, which apply only to
navigator.serial.requestPort.
At session factory time, baudRate and bufferSize must be safe integers
> 0 (or omitted to use defaults). 0, negatives, non-integers, NaN, and
Infinity are rejected.
Connection parameters passed to
port.openwhen opening a serial port.Derived from the W3C SerialOptions type. Excludes SerialSessionOptions.filters, which apply only to
navigator.serial.requestPort.At session factory time,
baudRateandbufferSizemust be safe integers> 0(or omitted to use defaults).0, negatives, non-integers,NaN, andInfinityare rejected.