Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cvanand38 opened this issue Jun 30, 2016 · 3 comments
Closed

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

cvanand38 opened this issue Jun 30, 2016 · 3 comments

Comments

@cvanand38
Copy link

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
Copy link
Owner

Jark commented Jun 30, 2016

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: #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.

Jark

@cvanand38
Copy link
Author

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
Copy link
Owner

Jark commented Jul 15, 2016

Hi Anand,

Great that you managed to get it to work :)

Cheers,

Jark

@Jark Jark closed this as completed Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants