How read the device which is connected through the USB cable..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bpramod
    New Member
    • Dec 2011
    • 1

    How read the device which is connected through the USB cable..

    Hi Friends
    I am working on embedded systems,so i want to read some device it is connected to pc through the USB cable,,if it is detected as com port then i can read it easyly by serial communication program but its not com port..so now i connected the device through the USB cable..so i need to read the device Using the C# program..plz help me..
  • Fr33dan
    New Member
    • Oct 2008
    • 57

    #2
    First you must find your device among all the other USB devices, then you can read/write to it like it was a File. This article outlines the process: http://www.developerfusion.com/artic...sb-c-friendly/

    Comment

    Working...