Friday, August 12, 2011

[android-developers] Re: connecting USB serial device to Android handset, is it possible?

While I do not have full understanding of different hardwares and
chips, not being too familiar with hardware in general, the Honeycomb
suite does allow for the user to connect an HID interfacing USB device
and open up a connection with it. From there you could communicate
with the device via a direct bytestream if you know what commands to
send it over the connection (as well as receive over the connection).
I have done this just recently with an external USB device and am
currently communicating with it at the moment.

If this is on track, I'm glad that it could provide you with the
understanding that it is capable.

On Aug 10, 10:55 am, razor <razorjac...@gmail.com> wrote:
> Hi.
> I have simple USB interface (acting like serial port, basen on FTDI
> FT245RL chip).
> It works on windows like COM port.
>
> Is it possible to connect it to Android Phone (like HTC Desire) and
> read/write values from this port ?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment