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
We are using Windows 10 IoT core on Rasberry PI3. We could successfully install the FTDI driver as outlined in the article. When we check driver status it says driver running. We compiled the sample application and downloaded to the PI3. But it doen't list the device. When we checked the code, the GetDevieList() function is returning 0 as device count.
What could be the problem ? Any idea ? Is this because we are using Pi3 while the sample is for Pi2 ?
The text was updated successfully, but these errors were encountered:
Unfortunately the installation procedure outlined in this repo has stopped working as of windows IOT version 10556.0. (see also the note on the readme and in the project description). The ftdi device should now be supported by Windows 10 IOT without having to install drivers.
To use the sample with the inbuilt drives see this comment: #9 (comment)
Hope this helps you out. I might update the README.md to make it more obvious that the driver install does no longer work on newer version of the Windows 10 IOT firmware.
We are using Windows 10 IoT core on Rasberry PI3. We could successfully install the FTDI driver as outlined in the article. When we check driver status it says driver running. We compiled the sample application and downloaded to the PI3. But it doen't list the device. When we checked the code, the GetDevieList() function is returning 0 as device count.
What could be the problem ? Any idea ? Is this because we are using Pi3 while the sample is for Pi2 ?
The text was updated successfully, but these errors were encountered: