Download Android Apps and Games
AppBrain
  • Apps
  • Apps being viewed right now Trending apps today Most popular apps All-time most downloaded apps Top rated apps
  • Intelligence ▾
    Intelligence overview → Track any Android app or your whole market
    Track & analyze
    Keyword Tracker & OptimizerTrack & improve Play rankings App Performance ReportOne-off PDF for any app StatisticsFree Android & Play market stats
    Promote your app
    Featured Apps App Links
  • Intelligence
  • Pricing
  • Dashboard
  • Sign up
  • Log in
Last updated on: 2026-05-23
Android Apps > Tools > PyTool USB Serial
PyTool USB Serial icon

PyTool USB Serial

0.8
Quan Lin
0.00
0 reviews
50+
Downloads
$1.99

USB serial tool with Python script feature.

Not recently updated — last update was on 2021-07-01. This app may no longer be actively maintained.
PyTool USB Serial Screenshot 1 of 9
PyTool USB Serial Screenshot 2 of 9
PyTool USB Serial Screenshot 3 of 9
PyTool USB Serial Screenshot 4 of 9
PyTool USB Serial Screenshot 5 of 9
PyTool USB Serial Screenshot 6 of 9
PyTool USB Serial Screenshot 7 of 9
PyTool USB Serial Screenshot 8 of 9
PyTool USB Serial Screenshot 9 of 9

About PyTool USB Serial

PyTool USB Serial is a tools app developed by Quan Lin.

Download Statistics

PyTool USB Serial has been downloaded 87 times. In the last 30 days, the app was downloaded 1 times. It is ranked #171 in tools.

User Ratings

The app has no ratings yet.

App Information

PyTool USB Serial costs $1.99 to download. The APK download size is 15.40 MB. The latest version available is 0.8. The last update was on July 1, 2021.

Technical Requirements

PyTool USB Serial requires Android 5.0+ or higher. The app has a content rating of Everyone. The app has been available on Google Play June 2019.

Description
PyTool USB Serial is a great tool for USB serial developing, debugging and monitoring.
It features Python script capability that gives you the greatest flexibility.

Why script capability is desirable for USB serial tool?
Electrical engineers find it handy to use a hand held device like Android phone or tablet to debug or monitor serial communication in the field, factory or lab.
But nearly every communication system got its own protocol or data format.
Searching in a sea of hex data like "02a5b4ca....ff000803" and trying to figure out what is happening is not pleasant at all.
That is where PyTool USB Serial comes to help.
With the ability to run custom Python script, PyTool USB Serial can read and parse any received data, display it in the way you want, and even reply when it is needed.

There are script examples for quick start. Just copy and paste one of them to try them out.

There is also a handy USB serial terminal for general use.

It supports main stream USB serial drivers, including:
FTDI driver
CDC ACM driver
CP210x driver
CH34x driver
PL2303 driver

Script General Guide
====================
* The Python version used in this app is 3.8.

* This app is not designed as script editor although script can be edited in the script field.
The best way is to use your favorite script editor and then copy and paste the script.

* Always use 4 spaces for indentation to avoid weird errors.

* Most of the packages in standard Python library are available to import.

* If while loop is needed, always use `app.running_script` as condition in order to stop the script properly.

* Use `app.version` to get the app version string.

* Use `app.get_output()` to get the script output field as string.

* Use `app.set_output(object)` to display `object` in the script output field as string.

* Use `app.print_text(object)` as a shortcut for `app.set_output(app.get_output() + str(object))` to append text to the script output field.

* Use `app.clear_text()` as a shortcut for `app.set_output("")` to clear the script output field.

* Use `app.send_data(bytearray)` to send `bytearray` through serial port.

* Use `app.receive_data()` to read the data from the buffer as bytearray.

* Use `app.log_file(text)` to save a log file in storage.
The log file is located here [Storage Directory]/PyToolUSBSerial/log_[UTC Timestamp].txt.
text (str): Text Content
return (str): Full File Path

Here is one script example from this app:
####################
# Display received data in hex and echo back.

from binascii import hexlify
from codecs import decode

while(app.running_script):
# Try to fetch any data received in the buffer.
data_rcv = app.receive_data()
if data_rcv:
# Data represented in hex.
data_hex = decode(hexlify(data_rcv), 'utf_8', 'ignore')
# Display received data along with old data.
app.set_output(app.get_output() + data_hex)
# Echo back.
app.send_data(data_rcv)
####################

Recent changes:
Version 0.8
Python version for the script is 3.8.
Now the script runs in Python global environment. Existing scripts should still work as before.
Terminal settings are remembered.
`app.version` is added for checking app version.
Show more Show less

More data about PyTool USB Serial

Price $1.99
Total downloads 87
Recent downloads 1
Rating No ratings
Ranking Medium ranked
Version 0.8
APK size 15.4 MB
Number of libraries 5
Designed for Android 5.0+
Suitable for Everyone
Ads NO ads

App Performance Report

Get a detailed PDF report for PyTool USB Serial with download trends, rating history, and key performance statistics — useful for competitive research or tracking your own app. Learn more

Get PDF Report — $29

Alternative downloads for the PyTool USB Serial app

USB Serial Terminal icon USB Serial Terminal
mightyIT
4.8
Free
10,000+
Serial USB Terminal icon Serial USB Terminal
Kai Morich
4.4
Free
500,000+
ZTerminal - USB Terminal icon ZTerminal - USB Terminal
REDZ Smart Communication
4.6
Free
50,000+
UsbTerminal icon UsbTerminal
Lior Hass
4.0
Free
100,000+
Weighing Scale Serial Terminal icon Weighing Scale Serial Terminal
Eklax Solutions
3.6
Free
100,000+
ESP32 Loader (Blynk Uploader) icon ESP32 Loader (Blynk Uploader)
Bluino
3.8
Free
10,000+
Communication Bridge Pro icon Communication Bridge Pro
Marek Masár
4.2
$3.49
1,000+
Bluetooth Terminal (BT Serial) icon Bluetooth Terminal (BT Serial)
Enamel BD
4.3
Free
10,000+

PyTool USB Serial compared with similar apps

Common keywords of similar apps

Script Python Field Driver Pytool Received Display Output Object Text Tool Import String Str Bytearray Capability Handy Read Needed Copy Paste General Editor Shortcut Buffer Storage Echo Back Hexlify Decode Serial Usb Data Version App Hex File Communication Terminal Log

Keywords missing from this app

Bluetooth Devices Device Connect Otg Sending Hc Debug Support Control Weighing Scale Features Send Commands Option Ascii Connected Arduino Connection Ble Cable Default Https Recent User Weight Supported Port Phone Simple Custom Long Screen Format Changed Button Converter Bridge Adapter

More from Quan Lin

Premium Chess 3D icon Premium Chess 3D
Quan Lin
3.5
Free
50,000+
Emma Jump icon Emma Jump
Quan Lin
0.0
Free
100+
PyTool Modbus TCP icon PyTool Modbus TCP
Quan Lin
0.0
$1.49
10+
PyTool Modbus icon PyTool Modbus
Quan Lin
0.0
$2.49
10+
DIY Memory Card Game icon DIY Memory Card Game
Quan Lin
0.0
$0.99
10+
Handy Py icon Handy Py
Quan Lin
0.0
$0.99
5+
Super Easy Tuner icon Super Easy Tuner
Quan Lin
0.0
$0.99
5+

Downloads over time

Changelog of PyTool USB Serial

  • Jul 8, 2023Installs50+ installs
  • Jul 15, 2021Price IncreaseNew price: $1.99 ($1.49)
  • Jul 1, 2021UpdateVersion 0.8
  • Sep 18, 2020Installs10+ installs
  • Sep 18, 2020Price DropNew price: $1.49 ($1.55)
  • May 17, 2020Price IncreaseNew price: $1.55 ($1.49)
  • Jan 18, 2020Installs5+ installs
  • Jul 8, 2019Price DropNew price: $1.49 ($1.99)
  • Jun 24, 2019UpdateVersion 0.4
  • Jun 21, 2019UpdateVersion 0.2
  • Jun 18, 2019New AppVersion 0.1 in TOOLS for $1.99
Show more Show less

Developer information for Quan Lin

Quan Lin

jacklinquan@gmail.com

Website

N/A

Are you the developer of this app? Join us for free to see more information about your app and learn how we can help you promote and earn money with your app.
I'm the developer of this app

Share PyTool USB Serial

Comments on PyTool USB Serial for Android

★★★★★ Good work, keep it up. One of my main tools in embedded development when away from my pc.
★★★★★ Works great, thank you! One question though: With the "Load" button, where should I place the py source code file? Copy-pasting code works find, but is sometimes unstable (indention problems). I'd prefer to load a py file directly, but have been unable to determine how this works in your app.
★★★★★ It is really a very useful tool for USB serial. With Python script I even implemented a simple communication protocol stack to realise heater control. It reads measured temperature and turn on the heater when temperature is lower than certain level.

Google Play Rankings for PyTool USB Serial

Top rankings

Rank Country Category List
171 Spain Tools Top Grossing
Show all market rankings

Ranking history in Spain

AppBrain offers valuable information about your app and those of your competitors. Join AppBrain for free and claim this app to view more ranking data, view history etc.
I'm the developer of this app

Technologies used by PyTool USB Serial

PyTool USB Serial is requesting 7 permissions and is using 6 libraries.

Permissions

Development tools
test access to protected storage
Network communication
view network connections, full network access, receive data from Internet
Storage
modify or delete the contents of your USB storage
System tools
prevent phone from sleeping
Extra
Can receive cloud messages

Ad network libraries

AdMob Android Library IconAdMob

Social libraries

None found

Development tools

Android Jetpack core Android Library IconAndroid Jetpack core Firebase Android Library IconFirebase Google Cloud Messaging (GCM) Android Library IconGoogle Cloud Messaging (GCM) Simple DirectMedia Layer Android Library IconSimple DirectMedia Layer
Top new apps Today's trending apps Apps other people are watching Popular Tools Apps Apps on sale
USB Serial Terminal icon USB Serial Terminal
Serial USB Terminal icon Serial USB Terminal
ZTerminal - USB Terminal icon ZTerminal - USB Terminal
UsbTerminal icon UsbTerminal
Weighing Scale Serial Terminal icon Weighing Scale Serial Terminal
ESP32 Loader (Blynk Uploader) icon ESP32 Loader (Blynk Uploader)
Communication Bridge Pro icon Communication Bridge Pro
Bluetooth Terminal (BT Serial) icon Bluetooth Terminal (BT Serial)

Back to top
AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • App Intelligence dashboard (performance timeline, competitor comparison, country rankings, insight cards)
  • Detailed ranking data per app
  • Full timeline per developer
  • Device market shares data per country
1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe
3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe
1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

AppBrain is a directory focused on discovering great apps and games. We give statistics, rankings and search options that Google Play and the App Store don't have. All trademarks are owned by their respective owners. AppBrain doesn't offer APKs or binaries, and always lets users install the official version from Google Play or the App Store.

More apps

  • Top Android apps being viewed
  • AstroWarp Android App
  • View iControl Center
  • Scary Ana

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • Top popular Apps
  • Buy the best Android phone

About AppBrain

  • Contact
  • Privacy
  • Documentation
  • DMCA takedowns
  • Articles
  • Blog
  • Top Free Games Apps for your iPhone or iPad
© 2010-2026 - AppBrain