Click here to Skip to main content
15,885,839 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a usb usb but it is does not have a driver..then how can i communicate with the device
iam a beginner in c sharp so plz help..
Posted
Comments
[no name] 6-Mar-13 8:58am    
You say "the device" like we would have any idea what device you are talking about. Get a driver for your device (talk to the manufacturer), or write a driver for it. But I suspect that writing a device driver for your device would be well beyond your current capabilities.
bbirajdar 6-Mar-13 9:36am    
Device ?? Is that a Microwave oven ?
codes i met 6-Mar-13 12:08pm    
@ThePhantomUpvoter...Thanks For ur Reply..The Device I mention is a printer but is doe snot have a driver
codes i met 6-Mar-13 12:11pm    
@aspnet_regiis..if you are not interested in helping at least please don't make fun of my ignoranace..:)

1 solution

Check out this USB article on Codeproject "A USB Hid component for C#"
A USB HID Component for C#[^]

Also the book USB COMPLETE (third edition) by Jan Axelson, is very helpful to understanding HID, USB and writing software for it.

If your USB device is not a HID component, then you will have to locate a driver for it.
 
Share this answer
 
v3
Comments
codes i met 6-Mar-13 12:11pm    
@Ben_1..thanks for your valuable suggestion...:)
BillW33 6-Mar-13 12:37pm    
I don't know why you got a 1 vote, I countered with a 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900