Skip to content

Interop question #13

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

Open
The-Futurist opened this issue May 17, 2025 · 0 comments
Open

Interop question #13

The-Futurist opened this issue May 17, 2025 · 0 comments

Comments

@The-Futurist
Copy link

The-Futurist commented May 17, 2025

@swharden

Could you possibly explain how one sets up the native interop DLL from FTDI, that this uses? I can see their C# source references a file FTD2XX.DLL but I have no idea how to locate or situate it within a project, in order for your code here to work.

Ideally it would be neat to package the native DLL into a nuget package along with your code here, but I don't know if anyone has done this.

What I'm seeking to do is to be able to use one of these boards (or something similar) top control an NRF24L01+ transceiver.

I have this working currently but need to use the SPIDriver gadget from here.

The SPIDriver uses simple serial and works OK but is expensive (30 bucks) and has the display which isn't needed except for perhaps debugging low level interfaced hawardware.

So what I want is a nuget package that I can add to any .Net app and have it work with one of these attached FT232H boards, where any native code is completely invisible to the developer, just adding the nuget being sufficient to run the code.

Thanks for your time - in advance.

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

1 participant