Hello kerryzhou,
Thank you for your reply.
I am using CMSIS DAP board debugger firmware.
As described in my original post, once the VCOM demo app is loaded, I can go into the Windows Device Manager, right click the virtual serial COM port created on the debugger USB connector, and associate the OpenSDA CDC serial driver (or the default Windows serial driver) with the device.
I would like to automate this process, so that a batch file can be run from an installer, and automatically install the driver to the correct COM port - I don't want the user to have to go into Device Manager and do this manually, from Windows 7.
I had thought I could do this with the default INF included with NXP's SDK demo (ie using pnputil to install the inf file from a Windows batch script), but I get the error I mentioned in my original post. If you could shed any light on how to go about installing the serial driver to the COM device via command line, I would really appreciate it.
Thanks,
Ben