FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: FTD2XX_NET.dll: System.EntryPointNotFoundException  (Read 6972 times)

Dete

  • Newbie
  • *
  • Posts: 3
    • View Profile
FTD2XX_NET.dll: System.EntryPointNotFoundException
« on: April 30, 2020, 03:24:23 PM »

Hello,

i am using Monodevelop in linux.

Thats the problem i have:
i start the example program Loopback (c# example 3 from the FDTI site) and at the command FTDI myFtdiDevice = new FTDI(); i get the errormessage "System.EntryPointNotFoundException"
The Linux driver has been installed and the FTD2XX_NET.dll has been add to the references too.

Can anyone help me?
What is the solution?


greetings Dete
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 891
    • View Profile
Re: FTD2XX_NET.dll: System.EntryPointNotFoundException
« Reply #1 on: May 01, 2020, 04:15:19 PM »

Hello,

We don't specifically support Monodevelop in Linux and have no knowledge of it, but maybe there are other community forum members who can help you.

The loopback example was written and built using Microsoft Visual Studio.
I would recommend testing this out on a Windows PC.
In addition, the FTD2XX_NET.DLL is provided for the Windows platform:

https://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/CSharp.htm

Source code for the wrapper is provided so you could develop your own C# wrapper which will work on Monodevelop in Linux.

Best Regards,
FTDI Community
Logged