You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
@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.
The text was updated successfully, but these errors were encountered: