how to control two fx3 usb respectively?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
fumac_3907466
Level 1
Level 1

I will use two fx3 usb to communication with my devices. When I use the friendlyname to get the usb name. I only get one usb name, and I only control the newest opened usb. how to control two fx3 usb simultaneously and respectively?

CCyUSBDevice*   m_pCyUSBDevice;

for (UCHAR i = 0; i < m_pCyUSBDevice->DeviceCount(); ++i){

        bool isOpen = m_pCyUSBDevice->Open(i);

        if (isOpen){

            QString friendly_name = m_pCyUSBDevice->FriendlyName;

}

}

0 Likes
1 Solution

Hello,

Please follow up on the thread how to identify which one is removed?

Best regards,

Srinath S

View solution in original post

0 Likes
3 Replies