'Serial USB Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a USB to serial converter to your android device.
This app supports USB to serial converters based on
- FTDI FT232, FT2232, ...
- Prolific PL2303
- Silabs CP2102, CP2105, ...
- Qinheng CH340, CH341
and devices implementing the USB CDC protocol like
- Arduino using ATmega32U4
- Digispark using V-USB software USB
- BBC micro:bit using ARM mbed DAPLink firmware
To connect USB to serial converters, your android device must support USB OTG aka. USB host mode. Most devices support this today, but in case of issues check with one of the various USB test apps, if host mode is enabled in your android kernel.
All features in this app are free. In-App purchase is only used for the 'Donate' option.
Looking for source code? Here you find a simplified variant of this app:
https://github.com/kai-morich/SimpleUsbTerminal
Latest Version
1.58Uploaded by
Kristopher Mendes
Requires Android
Android 5.0+
Category
Free Tools AppContent Rating
Everyone
Security Report
Report
Flag as inappropriateLast updated on May 1, 2026
1.58 2026-05-01
NEW macros w/o newline
NEW hex macros with delay
1.57 2025-11-07
FIX copy from main text view with unmodified spaces
INFO Android 5.0 as minimum version
1.56 2025-03-17
FIX single CR handling for newline CR+LF setting
1.55 2024-07-21
NEW flow control for FTDI, PL2303, CP210x