Now I am working on C6747 and about to develop the USB interface. I only need to send some raw data to PC, so I think MSC or HID is not satisfy my needs. I see somebody say I can use Communication Device Class(CDC) of USB. I wonder whether this class need a windows driver and where I can get the driver?
Also, I download the BIOSPSP_01_30_00_05_Setup.exe and BIOSUSB_01_00_00_Setup.exe. I found that all the examples are based on BIOS. And their apllication are MDC or HID. So I want to know where can I get the source code without BIOS?
Thanks very much!