You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to know the below is a known issue or a new issue.
I have the setup where two SMBus devices are connected.
Using the following API for connection HID_SMBUS_STATUS status = HidSmbus_Open(&mDevice, mDeviceInfo.index, VID, PID);
For Adapter 0 , mDeviceInfo.index value is 0
For Adapter 1 , mDeviceInfo.index value is 5
The issue is " it always connects to Adapter 0" for Second adapter as well.
can you please help me regarding this?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to know the below is a known issue or a new issue.
I have the setup where two SMBus devices are connected.
Using the following API for connection
HID_SMBUS_STATUS status = HidSmbus_Open(&mDevice, mDeviceInfo.index, VID, PID);
For Adapter 0 , mDeviceInfo.index value is 0
For Adapter 1 , mDeviceInfo.index value is 5
The issue is " it always connects to Adapter 0" for Second adapter as well.
can you please help me regarding this?
The text was updated successfully, but these errors were encountered: