Hi,
First of all, thanks for this site and the great books.
We're adding USB communication between a custom PC application and several
devices and are trying to determine if it's necessary to obtain a VID and PID.
We plan to enumerate the devices as Vendor-Specific and use the WinUSB driver.
The discussion of the idVendor member of the device descriptor in USB Complete
indicates that, for devices used only in house, the VID may not be required.
We want the devices to be PnP. I know we need to provide a .inf file for the
devices but do we need VID and PID in order to have PnP and device discovery?
Thanks