Jark / FTDISample

Note: As of version 10556.0 the ftdi driver does no longer seem to work. A sample application showcasing the FTDI D2XX driver use in Windows Universal projects (UWP). This sample is tested on the Raspberry PI 2 with Windows IOT installed and a FTDI FT232R usb-to-serial adapter.
Apache License 2.0
22 stars 3 forks source link

FTDI device not listed in Raspberry PI3 in the initial screen #10

Closed cvanand38 closed 8 years ago

cvanand38 commented 8 years ago

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 ?

Jark commented 8 years ago

Hi cvanand38,

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.

See also issue #9.

To use the sample with the inbuilt drives see this comment: https://github.com/Jark/FTDISample/issues/9#issuecomment-183258116

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.

Jark

cvanand38 commented 8 years ago

Hi Jark,

Thank you very much for your help ! The problem is resolved. We used the sample with the inbuilt drivers as suggested by you and it worked !

Have a nice day !

Best Regards Anand

Jark commented 8 years ago

Hi Anand,

Great that you managed to get it to work :)

Cheers,

Jark