-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi there.
I recently updated my raspberry pi 2 to Win10 IoT 10.0.10586.63, and I noticed that my FTDI driver based code is no longer working. Specifically, calls to FTManager.GetDeviceList() returns a list of size 0. I have a device watcher timer in my code, similar to your sample, but it never seems to enumerate any devices. As a sanity check, i ran your sample and I see the same results - no devices.
When I run the dreadful SerialDevice code that Microsoft provides, it does enumerate the FTDI device, and after much struggling I can make the device work, but the performance is dismal.
I would much rather use the FTDI driver solution than the native Microsoft SerialDevice. Are you seeing the same thing with the latest IoT release? is there a known workaround?