Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,
I want to establish communication between my PC and my device via USB cable without any device driver. I mean, I want to replace the device driver with C#, .net application.
Can anyone help me?
Posted

You cannot 'replace the device driver with your C# application': you might either
  • develop a C# application for communicating with the USB device using an existing driver.
or
  • develop yourself a driver for replacing the existing one.
 
Share this answer
 
Comments
Pradeep Kumar G M 17-Jun-13 8:57am    
Okay, now let me consider your second suggestion. Here I have a question, can I develop my driver in C#?
Hello

You may find a good discussion on this link
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/3e6ce3c2-453c-4fae-a1a7-b1f544de29b8[^]

You can find some usefull code about making own driver

Have a nice day!
 
Share this answer
 
v2

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