Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i have a Q abute usb programin in C# .
1-how can detect a device in C# and send or recive data to that?
2-WHEN WE ENTER TO DEBUG ENVIRONUMENT and use from D [dump] , address of begining of drive A: is 2700H . what is other drive address?
3-what is address of usb port in debug ? for EXp , address of parallel port for output is 378 and for input is 379(may be inverte)
4-how i can design a program for send or receive data or file to usb device with assembly?
Posted

1 solution

Google is your friend. I used this search phrase ("c# detect usb device"), and this was the first of over 3.1 MILLION hits:

http://www.dotnet247.com/247reference/msgs/32/164968.aspx[^]

The second hit is for an article right here on CodeProject.

Happy googling.
 
Share this answer
 

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