Hello All,
Iam want to establish USB Communication with PC Host Application to be built in VB.net
The TM4C123 MCU will act as device and data will be communicated through Bulk Transfer type.
I need to transfer approx 19000 Bytes / Second from device to host. I've been following the USB_DEV_BULK EXAMPLE in Tivaware . The USB_BULK_EXAMPLE application is written in Windows C and the header files (lmusbdll.h)have been developed from the lmusbdll.dll according to the application.
However I want to use the DLL in VB.NET application . Iam taking reference of USB_BULK_EXAMPLE but functions of lmusbdll.h cannot be used in VB.net. Is there any way to access the functions inside the DLL file or any example made in VB.net or C# ? I need suggestions how to go about forward with my project.