Has anyone successfully connected an xmega U using ASF USB CDC to an android tablet or cell phone? I'm trying to do this and currently I'm at the stage of learning jva programming for android. My xmega U based product using asf 3.8.1 usb cdc can be seen by my cheapo android tablet, but I haven't figured out how to send and receive dad across the connect yet.
I searched the forums here, but really couldn't find anything.
I searched on the web and found https://code.google.com/p/usb-se...
which they claim works with arduino device connecting to an android tablet or cell phone. Is the arduino CDC implementation similar to the Atmel ASF CDC implementation?