I programmed a board using LUFA VirtualSerial.
In Descriptors.c, the ManufacturerString = "Dean Camera" but when I examine the COM port I see "Manufacturer: http://www.lufa-lib.org".
Also, I changed the ProductString from "LUFA CDC Demo" to "OLIMEX162 Demo".
I also changed the VERSION_BCD() from (00.01) to (00.02), hoping this would force a change.
Anyone know why:
1) The Manufacturer doesn't reflect the ManufacturerString?
2) How to view the VID, PID, ProductString, etc using Windows 7?
Update:
In Windows 7, under Provider, is "http://www.lufa-lib.org" and under "Bus reported device description" is "Olimex162 Demo". So the PC is reading the Descriptor for ProductString.
Still not displaying ManufacturerString as far as I can tell.