Hello,
I’m using an FTDI device: http://www.ftdichip.com/Products/ICs/FT2232H.htm
To list the connected devices in my system I use a function from the provided C# wrapper:
http://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/CSharp.htm
The function is “GetDeviceList”
Each listed device has an associated “Location” when I use it with directly connected devices it works well. But when I use that function with devices connected trough a AnywhereUSB Hub, the location is always equal to 0.
Therefore I cannot manage the connected devices.
Do you have any idea or even better, a solution, to help me with this problem ?
You may had other people complaining about FTDI compatibility ?
Thank you
H.T