Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

usb event receive data?

Status
Not open for further replies.

PHXLN

Technical User
Jun 11, 2012
2
0
0
MX
hello, i'm new at C# and i'm trying to make event that active each time i receive data from a usb port, anyone have a good idea that help me a little at least.

i'm using a bulk usb device type, and i have all the comunication w/ the usb already, i only need the way of implement a event for this.

ty
 
You will need to get a 3rd party C# interface to connect to a USB port, unless you want to go down to Win32 APIs yourself.
Googling will initially give you:

There may be better ones, though I haven't used any of them. Before there is one lib available from sharpDevelop website, but it's not there anymore (maybe it's now the libUsbdotnet?).

Hope this help [wink]
 
Ty for the answer [bigsmile]

I already did a win32 API and works fine, but cant make any event or interrupt.

I will try to use the lib to see if it works better that way.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top