Edward Paulsen
Edward Paulsen

Reputation: 71

USB OTG Supported Phones?

I'm looking for Symbian/Android/Windows Phone which support USB OTG. I Have simple device which send very basic ascii data thro USB and I need to read data in phone application.

Is there any cellphones with USB Host support?

Upvotes: 7

Views: 32827

Answers (5)

Dani
Dani

Reputation: 4447

This is a close to complete list. I'm not sure about the android/WP development support for reading those ascii charachters though.

Upvotes: 9

LCamel
LCamel

Reputation: 41

Samsung Galaxy S II supports it.

http://www.youtube.com/watch?v=hrKkklO_Fok

Upvotes: 3

laalto
laalto

Reputation: 152907

Nokia's Symbian^3 phones support USB OTG 1.3.

Upvotes: 2

gby
gby

Reputation: 15218

The hardware on the Nexus 1 (like many other phones) supports USB host mode even though the vanilla drivers that comes with it do not.

However, there's a driver available on the net that allows you to turn the support on.See here: http://sven.killig.de/android/N1/2.2/usb_host/ and since it's a Google dev phone "rooting" is a supported feature, not a hack.

Upvotes: 3

Derek Lakin
Derek Lakin

Reputation: 16319

To the best of my knowledge none of the current WP7 devices provide USB host support (more than happy to be corrected, though :)).

Upvotes: 1

Related Questions