USB Terminal/Graphics Full Apk
Apk Infos
Version | 1.01 |
Rating | 5.0/5, based on 1 votes |
Size | 4.9 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | This is a kind of USB Serial Terminal application that contains some graphics. |
About USB Terminal/Graphics Full APK
Table Of Contents
Description
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
...
Latest updates
What's new in version 1.01
version updateHow to install USB Terminal/Graphics Full APK on Android phone or tablet?
Download USB Terminal/Graphics Full APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.cetechsw.usbgraphicsadfree-v1.01-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.01 (1) | 4.9 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required