Skip to main content
oeliks
Associate III
August 15, 2021
Solved

STM32 UART on android

  • August 15, 2021
  • 3 replies
  • 1824 views

How to connect to UART via USB on android device? Do I need some driver on android device?

Stm32L432KC nucleo​

This topic has been closed for replies.
Best answer by NandanV

As far as I know, you should be able to use an app like this to get it working.

I have seen it used by my colleagues and all it took was to ensure the correct configuration.

3 replies

NandanV
NandanVBest answer
Associate II
August 15, 2021

As far as I know, you should be able to use an app like this to get it working.

I have seen it used by my colleagues and all it took was to ensure the correct configuration.

oeliks
oeliksAuthor
Associate III
August 15, 2021

UART is connected via stlink not an ftdi. I will try suggested program and report back. Thanks​

Edit: it works with this program, thanks !​

NandanV
Associate II
August 15, 2021

I don't see how it should be any different. It should simply show up as a COM port.