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.

MSP430F6638 USB通信上位机编写

如题,利用TI的API函数实现USB通信,由于对数据传输的速度有要求,所以选择了cdc类,文档中指出CDC这个类是要驱动的,在下位机中就是有个INF文件,但是想问下,在编写上位机的时候,如何实现呢,和自定义的HID设备有哪些不同呢  谢谢。。