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.

DLPC3478: 主机通过多个USB接口,用I2C协议连接多个光机,怎么通过API接口控制光机属性

Part Number: DLPC3478

你好, 

       我现在用一台电脑连接多个光机,用不同的VID和PID可以识别打开相应的光机;但不同的光机对象调用API接口控制光机属性时,发现控制的永远是最后刷新到的那个光机,请问这个问题有解决办法吗?

       我看其他家对于连接多台设备的问题,都是用相应的设备句柄,再调用相应的API接口控制相应的属性,我们的接口并没有与相应句柄的关联,请问会是这个原因造成的吗?

       我们API接口如下:

       uint32_t DLPC34XX_WriteInternalPatternControl(DLPC34XX_PatternControl_e PatternControl, uint8_t RepeatCount);

      其他家的接口用法:

      camhandle_->TriggerMode.TrySetValue(TriggerMode_Off);