Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4084714
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:28:31+00:00 2026-05-20T18:28:31+00:00

I have a C# application that’s using the FTD2XX.DLL from FTDI. This application is

  • 0

I have a C# application that’s using the FTD2XX.DLL from FTDI. This application is used for multiple generations of a single product and abstracts the physical hardware. There’s an FTDI and a HID implementation.

The application searches for both appropriate FTDI and HID devices, though it’s likely that no FTDI drivers exist if the user has the HID generation.

Background aside now. When I instantiate the FTDI class I get a modal, not generated by my code about not finding the FTDI driver and asks the user if the drivers are installed. I tried wrapping this in a TRY/CATCH block but no exception is thrown.

1: Is there a way to determine if the FTDI drivers are installed before trying to instantiate the FTDI class?

2: If not, is there a way to prohibit the FTDI dll from alerting the user when this happens?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T18:28:32+00:00Added an answer on May 20, 2026 at 6:28 pm

    I have the exact same requirements – in my case I’m enumerating the list of standard serial ports and appending this with the list of any attached FTDI devices. If the driver isn’t installed, then I’d like to not have those modal dialog boxes appear.
    One quick and dirty way I’ve figured out to do this is to check for the file FTD2XX.DLL being in c:\windows\system32 (or wherever windows is installed). The existence of this file basically means the driver is installed.

    // c# example
    string path = Environment.GetFolderPath(Environment.SpecialFolder.System);
    bool installed = File.Exists(path + Path.DirectorySeparatorChar + "FTD2XX.DLL");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that is launched from within a service using a local
I have an application that used Macro. In this macro I would like to
I have application that has to check multiple data from user table, in order
Possible Duplicate: Single or multiple databases We are developing an application that will have
I have network application that handles about 40k msg/sec written using netty framework and
I have an application that adheres to multiple specifications that are very similar but
I have an application that allows, using an abstract class, people to write their
I have application that need from res folder with images. I deploy the project
I have an application that lets users record video from their webcams. The users
I have an application that uses an aps:GridView. The GridView is populated using a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.