Re: [android-developers] Re: Android 3.1 and USB to Serial

2012-01-10 Thread s.rawat
But dont you think some kernel chanegs is needed and not the Android ! "..pain is temporary.quitting lasts forever.." On Wed, Jan 11, 2012 at 3:46 AM, Taylor Alexander wrote: > Updating to a new version of Android from the carrier may include a new > kernel. > > However, I tried it with

Re: [android-developers] Re: Android 3.1 and USB to Serial

2012-01-10 Thread Taylor Alexander
Updating to a new version of Android from the carrier may include a new kernel. However, I tried it with a version of 3.2 and it didn't work. My guess is we may have to wait for 4.0. However I did get a Galaxy Tab 7 Plus, and it has the necessary parts for USB hosting. -Taylor On Fri, Jan 6, 20

Re: [android-developers] Re: Android 3.1 and USB to Serial

2012-01-06 Thread s.rawat
Note that the Samsung Galaxy Tab 10.1 (as of the 3.1 update - trying 3.2 now) lacked some component of the USB structure that allowed random devices to be enumerated. > You are correct ! Do you feel that updating the Android rather than Kernel will do the work.I have Acer iconia A501 and its prett

Re: [android-developers] Re: Android 3.1 and USB to Serial

2011-11-22 Thread Taylor Alexander
We have successively implemented an app that talks directly to an FTDI chip over USB on an Android 3.1 Tablet (Acer A500) using this code: http://android.serverbox.ch/?p=370 Note that the Samsung Galaxy Tab 10.1 (as of the 3.1 update - trying 3.2 now) lacked some component of the USB structure tha

[android-developers] Re: Android 3.1 and USB to Serial

2011-11-15 Thread MartyMoose
Do you think this would help? http://slickdevlabs.com/slick-usb-2-serial-library/ On Nov 14, 9:50 pm, RLScott wrote: > By the way, our workaround solution was to abandon the USB-serial > converter and instead use a Bluetooth-serial module, like the RN-24 > from Roving Networks.  The Bluetooth r

[android-developers] Re: Android 3.1 and USB to Serial

2011-11-14 Thread RLScott
By the way, our workaround solution was to abandon the USB-serial converter and instead use a Bluetooth-serial module, like the RN-24 from Roving Networks. The Bluetooth route is quite doable. -- You received this message because you are subscribed to the Google Groups "Android Developers" group

[android-developers] Re: Android 3.1 and USB to Serial

2011-11-14 Thread RLScott
That does not answer the question. The ADK is for connection a host to the Android slave. It does not help at all when the other device is a slave like a typical USB-serial off the shelf converter. Our company has also been looking for a solution to this question and have come up empty. Androi

[android-developers] Re: Android 3.1 and USB to Serial

2011-11-14 Thread gjs
Hi, Have a look at the adk. http://developer.android.com/guide/topics/usb/adk.html Regards On Nov 14, 11:18 am, Erik wrote: > It's possible that I'm an idiot, but I can't seem to find a tutorial > on USB communication that actually tells me something useful. > > Can someone kick my ass in the