E
E
eegmak2020-05-15 13:14:53
Android
eegmak, 2020-05-15 13:14:53

What is the easiest-quickest way to write an android app with uart access?

I need an android application with a slider on the screen, which, when the slider is moved, sends the value of this slider to the usb-otg uart (com port) (for example, 0-255). Offer a set of development tools, and other components with which it is possible to do this. We also welcome the advice of ready-made applications for android with plugins for the tasker, which implement the ability to send arbitrary numbers to the usb uart adapter

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jonh Doe, 2020-05-15
@CodeByZen

Android Studio, I recommend kotlin as a language and read about uart here https://developer.android.com/things/sdk/pio/uart

O
Oleg, 2020-05-15
@402d

In android for USB it's easy to work with bulkTransfer only.
There are no normal libs for working with USB-COM converters.
Nobody updated the library from Google for 8 years.
And it worked with 3 or 4 specific chips.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question