Katana Kyuzo
Katana Kyuzo

Reputation: 41

Android use usb as uart serial port

Can anybody tell me how to create android apps that send character via usb port as uart communication? I have looked at android.hardware.usb in developer guide but it is not mentioned.

Upvotes: 3

Views: 14622

Answers (1)

yegorich
yegorich

Reputation: 4849

Have you looked at this project?

http://code.google.com/p/android-serialport-api/wiki/android_to_rs232_guideline

Upvotes: 2

Related Questions