PORTS Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
This forum is closed to new activity.
The posts are available to browse, but posting has been disabled. BIG THANKS to all who have participated and shared your knowledge over the past 13 years.
Aug 11, 2023
Home
Help
Search
Login
Register
PORTS Forum
»
Ports and Interfaces
»
USB
»
How can I read Manufact, Product and Serial of the device
« previous
next »
Print
Pages: [
1
]
Author
Topic: How can I read Manufact, Product and Serial of the device (Read 10289 times)
Frank Neumann
Member
Posts: 17
How can I read Manufact, Product and Serial of the device
«
on:
November 21, 2019, 10:36:00 pm »
Hi,
how is it possible to read the Manufact, Product and Serial of the device with the code from Jan Axelson
http://janaxelson.com/files/generic_hid_vb_50.zip
Thanks in advanced
Frank
Logged
Frank Neumann
Member
Posts: 17
Re: How can I read Manufact, Product and Serial of the device
«
Reply #1 on:
November 22, 2019, 10:57:38 am »
Noboady an idea?
Logged
bpaddock
Frequent Contributor
Posts: 66
Re: How can I read Manufact, Product and Serial of the device
«
Reply #2 on:
November 22, 2019, 03:39:49 pm »
I ran the program in that zip file and it did not show the Manufacturer or Product ID of my device.
Program is for doing device testing by sending/receiving a few bytes.
What is your actual goal?
To build a program or simply learn what a device is?
For the later one of these may work:
https://nirsoft.net/utils/usb_devices_view.html
or
https://www.nirsoft.net/utils/device_manager_view.html
Logged
Frank Neumann
Member
Posts: 17
Re: How can I read Manufact, Product and Serial of the device
«
Reply #3 on:
November 22, 2019, 07:52:46 pm »
Hi bpaddock,
my question is, how can I implement the function for read the device Information like Manufacture, Product and serial ?
BR
Frank
Logged
Jan Axelson
Administrator
Frequent Contributor
Posts: 3033
Re: How can I read Manufact, Product and Serial of the device
«
Reply #4 on:
November 22, 2019, 08:22:47 pm »
Take a look at devcon:
https://github.com/microsoft/Windows-driver-samples/blob/master/setup/devcon/devcon.cpp
Logged
Print
Pages: [
1
]
« previous
next »
PORTS Forum
»
Ports and Interfaces
»
USB
»
How can I read Manufact, Product and Serial of the device