I have developed a simple software using VB.net, now i want to receive some data from an external device, i want to know if any way to learn "**How to read a hardware transmitted data using VB.net, where hardware is attached to a USB port?**" Any specific book or any way to get this thing learn.

Looking forward to hear from you all.

Thanks & Regards.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I think you should not duplicate the question:-

Still i was searching and found the answer from the following link, so again posting it here so that people should not search more for this. Thabnks

How to get the data from a USB port in VB.NET

Here is what I found. You use the HID.dll to interface the usb ports. And you know the best part? I found some examples.

Here's a link that contains basic examples and tutorial for usb interfacing. The HID Page

Sample Project File

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.