CDC (VCOM) - Runtime Drivers on PC

I have used a FEZ mini for a small device that sends serial data to a PC through CDC w. Debug.

This works fine on the compiler PC (when using the SV Pause Button on StartCDC_WithDebug).

But, now I am plunging in the FEZ to the an Application PC - and the PC asks for drivers for:

  1. CDC VCOM
  2. USBizi

Which driver should now be installed on the application PC - without installing the NETMF Framework etc.?

(Basically I just want the device to show a VCOM on any PC)

I guess you need this.

http://www.ghielectronics.com/downloads/NETMF/Library%20Documentation/GHI_NETMF_Interface_with_CDC.zip

Thanks - it works!

It could be nice if these files came with the GHI NETMF Install…