I do not need USB-2-Serial. After working a few hours I understood that USB offers a bunch of interfaces (with IN/OUT endpoints) for talking.
Most of the interfaces are VENDOR specific or some common ones. From what I know I would have to write my own USB interface for performing my own communication and it will not be widely adopted. Thanks On Tuesday, September 25, 2012 2:24:23 AM UTC-7, Rohit Jadhav wrote: > > where u find USB 2 Serial? can u send me that code...so I can change it to > USB to USB > > On Friday, September 14, 2012 5:37:37 AM UTC+5:30, dnk wrote: >> >> Android supports USB Host mode via its APIs but is there a library out >> there that takes care of the threading and communication? >> >> Can two devices use USB to pass arbitrary data, i.e chat messages? >> >> I've seen one for USB 2 Serial but I am talking about USB-to-USB. How >> come there is none yet? >> >> Please do not recommend any apps that manage USB devices etc as I am only >> interested in an open source lib that I can use for exchanging data through >> USB with 2 Android devices. >> >> I tried Googlin' around but could not find one. >> >> Thanks! >> >> p.s I am asking because I am thinking on writing my own. >> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

