0

I have no experience in doing a driver or such a thing, the case is I am in a project where some data is sent from a device via usb, I want to interpret the data and use it in a vb.net program.

I am planning to program in assembly the function to store data received from device to a text file, then in vb.net program read this data and then do the rest.

Is there a better option to make an interface between vb.net and a device via usb?

I have found in other question the use of HID.dll to interface the usb ports. with a tutorial and sample code

What would be a better option if I can control the data transmission rate of data?

All of this is in a Windows environment

Sample Project File

asked Feb 11, 2013 at 7:28

1 Answer 1

1

The LibUsbDotNet, this is C# but you can add this as your reference or dll in your VB.NET project.

answered Feb 11, 2013 at 10:23
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.