개발자: Quan Lin (8)
가격: $1.99
순위: 0 
리뷰: 0 리뷰 작성
목록: 0 + 0
포인트: 0 + 0 ¡
Google Play

기술

PyTool USB Serial
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)
####################
더보기 ↓

스크린샷

#1. PyTool USB Serial (Android) 게시자: Quan Lin
#2. PyTool USB Serial (Android) 게시자: Quan Lin
#3. PyTool USB Serial (Android) 게시자: Quan Lin
#4. PyTool USB Serial (Android) 게시자: Quan Lin
#5. PyTool USB Serial (Android) 게시자: Quan Lin
#6. PyTool USB Serial (Android) 게시자: Quan Lin
#7. PyTool USB Serial (Android) 게시자: Quan Lin
#8. PyTool USB Serial (Android) 게시자: Quan Lin
#9. PyTool USB Serial (Android) 게시자: Quan Lin
#10. PyTool USB Serial (Android) 게시자: Quan Lin

새로운 기능

  • 버전: 0.8
  • 업데이트:
  • 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.

가격

  • 오늘: $1.99
  • 최소: $1.99
  • 최대: $1.99
가격 추적

개발자

포인트

0 ☹️

순위

0 ☹️

목록

0 ☹️

리뷰

첫 번째 리뷰를 남겨보세요 🌟

추가 정보

  • 버전: 0.8
  • ID: com.quanlin.pytoolusbserial
  • 카테고리:
  • 운영체제:
  • 크기:
  • 콘텐츠 등급:
  • Google Play 개의 평가:
  • 업데이트:
  • 출시일:
PyTool USB SerialPyTool USB Serial 단축 URL: 복사됨!

당신은 또한 같은 수 있습니다

    • USB Serial Telnet Server
    • Android 앱: 도구  게시자: Cluster
    • 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 0  버전: 2.0   Just connect a USB serial adapter into USB OTG port of your Android device, start this app and connect to it using any Telnet client like: * JuiceSSH using the same Android device ...
        ⥯ 
    • Tool Protect
    • Android 앱: 도구  게시자: Tool Protect PTY LTD
    • 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 0  버전: 1.6.20   EASILY CREATE A DIGITAL TOOLBOX Whether you re a tradie or a business owner, tool theft, damage, and loss can cost thousands in downtime and dollars. Protect your tools by quickly and ...
        ⥯ 
    • Arduino Serial Sensor
    • Android 앱: 도구  게시자: Serial Sensor
    • 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 79 (4.0)  버전: 1.6.6   Serial Sensor provides you the follwing things for your next Arduino robot project: * Streaming of Sensor data via Bluetooth and Usb to your Arduino, * Streaming of Sensor data via ...
        ⥯ 
    • USB Driver for Android Devices
    • Android 앱: 도구  게시자: HEXAMOB S.L.
    • * 무료  
    • 목록: 1 + 0  순위: 0  리뷰: 0
    • 포인트: 2 + 235,719 (4.3)  버전: 3.56   USB Drive for Android phones, moreover contains software links, from manufacturer, Samsung Kies, Sony PC Companion, Lg Pc Suite ... You can find the android usb driver for PC from more
        ⥯ 
    • USB Endoscope app Android 10+
    • Android 앱: 도구  게시자: Easy Connect Apps
    • * * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 2 + 75,660 (3.6)  버전: 28-se2025   How to connect an USB camera: Simply connect the USB camera to your smartphone's USB port. When the dialog appears, tick and press OK. It's all. You can only connect those USB cameras ...
        ⥯ 
    • USB OTG Connector: OTG Checker
    • Android 앱: 도구  게시자: The App Company INC
    • * * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 1 + 4,275 (2.6)  버전: 2.7   Manage Your USB Files Easily with OTG Connector The Ultimate USB OTG File Manager for Android! Looking for a fast and easy way to access your USB drive on your Android phone? USB OTG ...
        ⥯ 
    • USB Connector : OTG USB Driver
    • Android 앱: 도구  게시자: Era Apps Studio
    • * * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 1 + 1,595 (2.6)  버전: 3.7   OTG Connector Software For Android or USB Connector and OTG File Manager is the most advanced and simple USB OTG Explorer to Transfer File from OTG to your Android Device or from your ...
        ⥯ 
    • USB screen cast HDMI connector
    • Android 앱: 도구  게시자: Mergalo
    • * * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 2,241 (3.7)  버전: 1.2.7   You can cast a small phone screen to a large TV screen in good resolution and quickly with the aid of screen mirroring, or All Mirror. On the huge screen, it's simple to access all ...
        ⥯ 
    • Serial USB Terminal
    • Android 앱: 도구  게시자: Kai Morich
    • * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 2,384 (4.3)  버전: 1.56   'Serial USB Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a USB to serial converter
        ⥯ 
    • USB OTG Checker
    • Android 앱: 도구  게시자: 3 Sixty Development
    • 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 0  버전: 2.1   USB OTG Checker helps to check the compatibility with USB OTG devices. OTG or on the go USB devices can be used in the USB port of the phone via OTG USB cable. This app will help you ...
        ⥯ 
    • Vape Tool
    • Android 앱: 도구  게시자: Vape Tool
    • * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 21,407 (4.3)  버전: 10.02.2025-free   Vape Tool saves your time and money, by making only perfect Coils and E-Liquids Would you like to know resistance of Coil you are going to build ? Would you like to know how to prepare
        ⥯ 
    • serial port tool
    • Android 앱: 도구  게시자: infood
    • 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 0 + 0  버전: 1.1.9   For microcontrollers, Arduinos, and other devices with a serial or UART interface linked to your Android device via a USB to serial converter, there is an application called "Serial ...
        ⥯ 
    • USB Blocker: Antihack Security
    • Android 앱: 도구  게시자: Erfan Rouhani
    • * * 무료  
    • 목록: 0 + 0  순위: 0  리뷰: 0
    • 포인트: 2 + 317 (4.5)  버전: 6.26.9.25   About "USB Blocker: Antihack Security" Are you connecting your device to public chargers, unknown cables at work, or even at a friend s house? STOP You could be exposing yourself to ...
        ⥯ 

당신은 또한 같은 수 있습니다

AppAgg에서 사용할 수 있는 검색 연산자
AppAgg에 추가
AppAgg
시작하기 – 무료예요
가입
로그인