onvif
    Preparing search index...

    Interface SerialPortConfigurationOptions

    The configuration options that relates to serial port.

    interface SerialPortConfigurationOptions {
        baudRateList: IntItems;
        characterLengthList: IntItems;
        parityBitList: ParityBitList;
        stopBitList: FloatItems;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    baudRateList: IntItems

    The list of configurable transfer bitrate.

    characterLengthList: IntItems

    The list of configurable bit length for each character.

    parityBitList: ParityBitList

    The list of configurable parity for the data error detection.

    stopBitList: FloatItems

    The list of configurable number of stop bits used to terminate each character.

    token: string