FTDI Community

General Category => Discussion - Drivers => Topic started by: john.r.cade on April 25, 2020, 11:07:47 PM

Title: FTD2XX_NET for UWP Applications
Post by: john.r.cade on April 25, 2020, 11:07:47 PM
I am using the "Loopback" sample code provided by FT in a standard VS-2019 console app and it works as expected.

However using the same code to access an FT232H via a UWP (C#) application, the code sees there is an FT device, but all of the important fields return blank values.
Does FTD2XX_NET version 1.1.0.0 work in UWP applications?

Screen shots are attached.



Title: Re: FTD2XX_NET for UWP Applications
Post by: FTDI Community on April 30, 2020, 05:07:02 PM
Hello,

Which type of host platform are you running the code on? Is it an x86, x64 or an ARM system?

Best Regards, FTDI Community
Title: Re: FTD2XX_NET for UWP Applications
Post by: john.r.cade on April 30, 2020, 09:39:38 PM
Tried both x86 and x64 on Windows 10 Home version 1909 - without success.
Title: Re: FTD2XX_NET for UWP Applications
Post by: Bert Chang on October 28, 2020, 09:23:19 AM
Tried both x86 and x64 on Windows 10 Home version 1909 - without success.

Hello,

I have the same issue as yours, do you already have a solution?