Hi, I cann't find the CDC driver for Linux OS in the MSP430_USB_Developers_Package_3_11_00, I can run the CDC3 examples on WIN7 after installed the CDC driver for Windows, but for Ubutun, it seems can't work well.
Does any one know how can I run the example on linux OS? many thanks
Today you do the things others don't do, tomorrow you can do the things others can't do.
In Ubuntu (or probably any other Linux distribution) you can use the generic USB serial module.The vendor-ID and product-ID are set in the example's descriptor.h files (which default to 0x2047/0x0300)
sudo modprobe usbserial vendor=0x2048 product=0x0300