Home  /  Tools Apps  / USB Terminal/Graphics Full on Windows Pc

USB Terminal/Graphics Full on Windows Pc

Developed By: Emrecan ÇETİN

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 22, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.01
Size 4.9 MB
Release Date January 14, 24
Category Tools Apps

What's New:
version update [see more]

Description from Developer:
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 f... [read more]

App preview ([see all 6 screenshots])

App preview

About this app

On this page you can download USB Terminal/Graphics Full and install on Windows PC. USB Terminal/Graphics Full is free Tools app, developed by Emrecan ÇETİN. Latest version of USB Terminal/Graphics Full is 1.01, was released on 2024-01-14 (updated on 2024-04-22). Estimated number of the downloads is more than 10. Overall rating of USB Terminal/Graphics Full is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install USB Terminal/Graphics Full on Windows?

Instruction on how to install USB Terminal/Graphics Full on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install USB Terminal/Graphics Full on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install USB Terminal/Graphics Full using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "USB Terminal/Graphics Full" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install USB Terminal/Graphics Full on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "USB Terminal/Graphics Full" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.01.

Download USB Terminal/Graphics Full 1.01 on Windows PC – 4.9 MB

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: Can be changed in settings, 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
...
version update