Preparing search index...

    Interface Ports

    interface Ports {
        byId: string[];
        byOpenPlotter: string[];
        byPath: string[];
        serialports: unknown;
    }
    Index
    byId: string[]
    byOpenPlotter: string[]
    byPath: string[]
    serialports: unknown

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