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-06-21
Android Apps > Tools > PyTool Modbus TCP
PyTool Modbus TCP icon

PyTool Modbus TCP

0.4
Quan Lin
0.00
0 reviews
10+
Downloads
$1.49

Modbus TCP tool with Python script feature.

Not recently updated — last update was on 2021-07-05. This app may no longer be actively maintained.
PyTool Modbus TCP Screenshot 1 of 7
PyTool Modbus TCP Screenshot 2 of 7
PyTool Modbus TCP Screenshot 3 of 7
PyTool Modbus TCP Screenshot 4 of 7
PyTool Modbus TCP Screenshot 5 of 7
PyTool Modbus TCP Screenshot 6 of 7
PyTool Modbus TCP Screenshot 7 of 7

About PyTool Modbus TCP

PyTool Modbus TCP is a tools app developed by Quan Lin.

Download Statistics

PyTool Modbus TCP has been downloaded 37 times. In the last 30 days, the app was downloaded 0 times.

User Ratings

The app has no ratings yet.

App Information

PyTool Modbus TCP costs $1.49 to download. The APK download size is 15.46 MB. The latest version available is 0.4. The last update was on July 5, 2021.

Technical Requirements

The app has a content rating of Everyone. The app has been available on Google Play July 2019.

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

Why script capability is desirable for Modbus TCP tool?
Electrical engineers find it handy to use a hand held device like Android phone or tablet to debug or monitor Modbus TCP communication in the field, factory or lab.
But nearly every Modbus TCP communication system got its own 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 Modbus TCP comes to help.
With the ability to run custom Python script, PyTool Modbus TCP can read and parse any received data, display it in the way you want, and even act accordingly 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 Modbus TCP control interface for general use.

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.fc01_read_coils(mbid, addr, num)` to send function code 01 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc02_read_discrete_inputs(mbid, addr, num)` to send function code 02 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc03_read_holding_registers(mbid, addr, num)` to send function code 03 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc04_read_input_registers(mbid, addr, num)` to send function code 04 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc05_write_single_coil(mbid, addr, val)` to send function code 05 request.
mbid (int): Modbus ID
addr (int): Data Address
val (int): Data Value
return (int): Number of Data (always 1)

* Use `app.fc06_write_single_register(mbid, addr, val)` to send function code 06 request.
mbid (int): Modbus ID
addr (int): Data Address
val (int): Data Value
return (int): Number of Data (always 1)

* Use `app.fc15_write_multiple_coils(mbid, addr, vals)` to send function code 15 request.
mbid (int): Modbus ID
addr (int): Data Address
vals (list of int): Data Value List
return (int): Number of Data

* Use `app.fc16_write_multiple_registers(mbid, addr, vals)` to send function code 16 request.
mbid (int): Modbus ID
addr (int): Data Address
vals (list of int): Data Value List
return (int): Number of Data

* Use `app.msg_out` and `app.msg_in` to check request and response messages.

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

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

More data about PyTool Modbus TCP

Price $1.49
Total downloads 37
Recent downloads 0
Rating No ratings
Ranking Not ranked
Version 0.4
APK size 15.5 MB
Number of libraries ?
Suitable for Everyone
Ads NO ads

App Performance Report

Get a detailed PDF report for PyTool Modbus TCP 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 Modbus TCP app

TeslaModbusSCADA icon TeslaModbusSCADA
Tesla, OOO
5.0
Free
10,000+
TeslaMultiSCADA icon TeslaMultiSCADA
Tesla, OOO
4.3
Free
10,000+
Modbus Monitor icon Modbus Monitor
Quantum Bit Solutions
4.5
Free
10,000+
Virtuino 6 icon Virtuino 6
Ilias Lamprou
4.7
Free
100,000+
TCP Telnet Terminal icon TCP Telnet Terminal
mightyIT
4.3
Free
50,000+
TCP Client icon TCP Client
HARDCODED JOY S.R.L.
4.2
Free
10,000+
NetLink icon NetLink
Industrial Control Communications, Inc.
5.0
Free
5,000+
Simple TCP Socket Tester icon Simple TCP Socket Tester
Armando J
4.8
Free
100,000+

PyTool Modbus TCP compared with similar apps

Common keywords of similar apps

Int Script Mbid Addr List Request Return Num Function Code Id Number Python Field Pytool Output Object Requested Val Vals Tool String Str File Capability Handy Needed Copy Paste General Editor Shortcut Log Storage Data Modbus Tcp Send Address Version App Text Communication Display

Keywords missing from this app

Mod Server Bussid Devices Udp Bluetooth Bug Port Recent Client Ip Terminal Updates Features Access Bus Control Socket Protocol Device Supports Free Network Thailand Automation Connect Simple Values Serial Arduino Telnet Application Correction Truck Based Http Supported Monitor Wifi Easy

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 USB Serial icon PyTool USB Serial
Quan Lin
0.0
$1.99
50+
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

Downloads over time
Subscribe to see download velocity and history

PyTool Modbus TCP has been downloaded 37 times. Over the past 30 days, it has been downloaded 0 times.

Changelog of PyTool Modbus TCP

Show changelog

Developer information for Quan Lin

Quan Lin

jacklinquan@gmail.com

Legal name:

Address:

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 Modbus TCP

Comments on PyTool Modbus TCP for Android

★★★★★ It is a very useful and flexible Modbus TCP tool! With Python script feature its potential is unlimited.

Google Play Rankings for PyTool Modbus TCP

This app is not ranked

Technologies used by PyTool Modbus TCP

7 permissions
Subscribe to see full permission and library details
Popular Tools Apps Today's trending apps Apps on sale Top new apps Apps other people are watching
TeslaModbusSCADA icon TeslaModbusSCADA
TeslaMultiSCADA icon TeslaMultiSCADA
Modbus Monitor icon Modbus Monitor
Virtuino 6 icon Virtuino 6
TCP Telnet Terminal icon TCP Telnet Terminal
TCP Client icon TCP Client
NetLink icon NetLink
Simple TCP Socket Tester icon Simple TCP Socket Tester

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
  • Unlimited keyword tracking
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
  • X8-Speeder NoRoot Higgs Domino
  • Learn Python Coding - Mimo
  • Vemori: Pet Halo Android App

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
  • Free App-Ads.Txt Validation
© 2010-2026 - AppBrain