This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP LightCommander API



Hello,

With regard to the DLP LightCommander API, 
Is it possible simultaneous access to a plurality of devices?

We want to generate a thread for each device that is connected to one PC.

We want to carry out simulaneous control.

Thank you.

Hiroaki

  • Hello Hiroaki,

    There are APIs created for assigning or identifying each device on the system using which you can communicated with each device.

    DLP_Misc_GetTotalNumberOfUSBDevicesConnected(Byte* ndev_out);
    DLP_Misc_SetUSBDeviceNumber(Byte devNum0b);
    DLP_Misc_GetUSBDeviceNumber(Byte* devnum0b_out);

    Regards,
    Sanjeev

    Regards,
    Sanjeev