OptionalfiltersFilters for port selection when requesting a port.
When specified, the port selection dialog will only show devices
matching these filters. Each filter can specify usbVendorId and/or
usbProductId.
OptionallineLimits for the incomplete line tail held by SerialSession.lines$ framing. When exceeded, leading characters are discarded and a non-fatal SerialErrorCode.LINE_BUFFER_OVERFLOW is emitted on SerialSession.errors$.
OptionalreceiveOptional receive replay: retain recent decoded text chunks so late subscribers to SerialSession.receiveReplay$ can read buffered data while a connection is active. Does not change SerialSession.receive$.
OptionalterminalLimits for SerialSession.terminalText$ display memory. Oldest completed lines and leading characters are dropped when exceeded.
Library-specific options for createSerialSession that are not passed to W3C
port.open.See