This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好、
IAM 希望与 PC 主机应用程序建立 USB 通信、以便构建在 VB.NET 中
TM4C123 MCU 将用作器件、数据将通过批量传输类型进行通信。
我需要在器件与主机之间传输大约19000字节/秒的数据。 我一直在关注 Tivaware 中的 USB_DEV_BULK 示例。 USB_bulk_example 应用程序是在 Windows C 中编写的、头文件(lmusbdll.h)是根据应用程序从 lmusbdll.dll 中开发的。
但是,我想在 VB.NET 应用程序中使用 DLL。 IAM 参考 USB_BULK_example 、但 lmusbdll.h 的功能不能在 VB.NET 中使用。 是否有任何方法可以访问 DLL 文件中的函数或在 VB.NET 或 C#中创建的任何示例? 我需要有关如何推进我的项目的建议。