This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSDOCKH52C1: USB VCP example driver problem ( example usb_dev_serial_m3 )

Part Number: TMDSDOCKH52C1
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE

Hello,

trying to run example usb_dev_serial_m3 I have successfully imported, compiled and programmed F28M35x but Windws 8.1 (pro) device manager reports unknows device.

So reading information inside usb_dev_serial.c it says:

//*****************************************************************************
//! \addtogroup master_example_list
//! <h1>USB Serial Device (usb_dev_serial)</h1>
//!
//! This example application turns the evaluation kit into a virtual serial
//! port when connected to the USB host system.  The application supports the
//! USB Communication Device Class, Abstract Control Model to redirect UART0
//! traffic to and from the USB host system.
//!
//! Assuming you installed MWare in the default directory, a
//! driver information (INF) file for use with Windows XP, Windows Vista and
//! Windows7 can be found in MWare/windows_drivers. For Windows
//! 2000, the required INF file is in MWare/windows_drivers/win2K.
//*****************************************************************************

I have pointed to driver location and tried to select all options provided (in picture it is Option1 and Option2) but it fails to recognize the device).

Should I download driver from another place or I am missing something?