Hi all.
I conected my bardcode scanner to USB port. I needed to change the mode from HID keyboard to serial port emulation (the reader is know seen by the system as regular HID device and not a HID system keyboard) to get data from scanner directly to my app. And It's all working great.
The problem is that I need to know a VID and PID numbers to find my device-I know this numbers but I want to find my device by name. I encounter a program called SimpleHIDWrite:
http://www.lvr.com/hidpage.htm in Tools.
When I lunch the program by device has a nice desciprion "Symbol Bar Code Scanner".
I tries to reach this name by my self - I used structures: HIDD_ATTRIBUTES HIDP_CAPS SP_DEVICE_INTERFACE_DATA SP_DEVICE_INTERFACE_DETAIL_DATA SP_DEVINFO_DATA
but I couldn't find a field in structures that allow me to gain access to this description.
Unfortunately I can't find SimpleHIDWrite source code to learn how to do this.
Can You help me?