Hi,
I have the MSP430 USB Developers Package which supplies a Windows driver support.
how can I use the CDC driver on Android systems? (meaning connecting a MSP430 USB device to an Android running system)
Arie
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.
Hi ArieZ,
1. I would say it is possible.You can refer the link
http://www.jungo.com/st/embedded_usb_cdc.html
2. If you have necessary linux device driver for the same. You can use it. You can replace android gadget driver with your one to test serial input events.
BR,
satish
http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_CDC_DATA
Hi,
Using the MSP430.DLLv3 Open Source package as reference, I managed to talk to an USB FET from Android:
https://play.google.com/store/apps/details?id=com.kjarvel.msp430fetinfo
( I used the Android USB Host API: http://developer.android.com/guide/topics/connectivity/usb/host.html , but not the actual Open source driver code ).