USB Terminal/Graphics Android

USB Terminal/Graphics

This is a kind of USB Serial Terminal application that contains some graphics.

Features & Capabilities

This is a kind of USB Serial Terminal application that contains some graphics. Also there is a serial monitor in it.

You can use this app with Arduino or another microcontroller for your robotics projects and etc.

This application has feature for communication with Arduinos and other USB serial hardware on Android, using the Android USB Host Mode (OTG).

WARNING!! For now, only these communication parameters are valid:
*** Baud: 115200, Data: 8bits, Stop bits: 1bit, PARITY: NONE ***

You can see real time 3 graphics of some values.
This values must be sent in a sequence.

This sequence must be like that: Evalue1,value2,value3...\n

For example: "E256,-321,982\n" or "E902,1235,10,23,-325,-1240,90\n" etc.

Warning: Do not send data too much frequently. If there is lag and freezing in the app when there is data traffic, decrease incoming data frequency.

*This application supports up to 7 variables.
*You can set graphics' maximum and minimum values.
*Autoscaled graphs.
*Values are ordered in the order of sending in application.
*Each graph can show a value that is selected.
*You can set number of graphics that is shown.
*Multiple lines can be shown in a graph.
*Pinch to zoom both axes in graphs.
*Sliding and refreshing graphs.
*Data logs can be saved at ExternalStorage/USBGraphics/CurrentTime directory
*Up to 7 lines in multiple line graph for Full version

Arduino usage example for serial printing part for 2 values (adc1 and adc2 are example variables):
...
Serial.print("E");
Serial.print(adc1);
Serial.print(",");
Serial.print(adc2);
Serial.print("\n");
...

MPAndroidChart library is used.

Supported USB to serial converter chips:

FTDI FT232R, FT232H, FT2232H, FT4232H, FT230X, FT231X, FT234XD
Prolific PL2303
Silabs CP2102 and all other CP210x
Qinheng CH340, CH341A
and devices implementing the CDC/ACM protocol like

Arduino using ATmega32U4
Digispark using V-USB software USB
BBC micro:bit using ARM mbed DAPLink firmware
...

User Growth & Download Statistics

App
By:
Emrecan ÇETİN
Downloads:
1,607 8
Version:
1.03 Last updated: 2026-04-26
Version code:
5
Creation date:
2021-04-25
Publisher country:
TR TR
Permissions:
  • android.permission.READ_EXTERNAL_STORAGE High risk
  • android.permission.WRITE_EXTERNAL_STORAGE High risk
  • com.google.android.gms.permission.AD_ID Moderate risk
  • android.permission.ACCESS_ADSERVICES_AD_ID Low risk
  • android.permission.ACCESS_ADSERVICES_ATTRIBUTION Low risk
  • android.permission.ACCESS_ADSERVICES_TOPICS Low risk
  • android.permission.FOREGROUND_SERVICE Low risk
  • android.permission.INTERNET Low risk
  • android.permission.WAKE_LOCK Low risk
  • android.permission.ACCESS_NETWORK_STATE Safe
Size:
7.79MB
Email:
em*****@gmail.com
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Google Play Store
Data ingested on:
2026-06-20
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Android app. Please use these information below to contact the Android app developer.
Developed by:
Emrecan ÇETİN
Google Play Store
https://play.google.com/store/apps/details?id=com.cetechsw.usbgraphics
Email:
em*****@gmail.com
Website:
https://www.essoftware.cc/

User Reviews

baud rate locked
by Ca*****, 2023-03-02

For a freebie it works nicely for testing a remote project without taking a laptop along. It took me a while to realise it specifically needs the letter "E" in the first serial.print. Would be good to be able to look at a different app and come back without losing all data. If you could name each data stream on a chart key it would help. I've had it charting 2 setpoints, 2 measured values and 2 outputs at the same time.
by Ia*****, 2022-02-24
View all user reviews ›

Best USB Terminal/Graphics Alternatives

Here are some Android apps that are similar to USB Terminal/Graphics: