Preparing search index...
    interface Ports {
        byId: string[];
        byOpenPlotter: string[];
        byPath: string[];
        serialports: unknown;
    }
    Index

    Properties

    byId: string[]
    byOpenPlotter: string[]
    byPath: string[]
    serialports: unknown

    Raw serial port info from serialport library - structure varies by platform