USB dongle serial key

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogarajan
    New Member
    • Apr 2007
    • 115

    USB dongle serial key

    Hi friend

    I am developing one tool ie. get usb storage information
    it is show serial no of usb, vendor name but it is not detect usb dongle (usb dongle it is not detect as external storage)
    how can i get serial no of usb dongle

    pls help

    Thanks in advance
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Use WMI to query the USBControllers and PNPDevices, you should find all you need there.
    Look for WMICodeCreator online if you need help playing with WMI

    Comment

    • yogarajan
      New Member
      • Apr 2007
      • 115

      #3
      hi plater

      thanks for your reply
      i want read my usb dongle data.
      i want erase all data from usb dongle and insert some data

      it is possible

      Thanks in advance
      Yogarajan.G

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        On a usb stick? sure. On a special device? You would need api from the manufacturer

        Comment

        Working...