
PyTool USB Serial F
帶有Python腳本功能的USB串行工具。
應用信息
應用描述
Android應用分析和審查:PyTool USB Serial F,由Quan Lin開發。在工具類別中列出。當前版本為0.8,在 01/07/2021 上更新。根據用戶在Google Play上的評論:PyTool USB Serial F。超過2 千的安裝。 PyTool USB Serial F目前有1評論,平均評分為5.0星
PyTool USB串行是USB串行開發,調試和監視的絕佳工具。它具有Python腳本功能,它為您提供了最大的靈活性。
免費體驗,請獲得付費版本,請獲得付費版本。
為什麼要使用USB serectial Inderial shielder?在現場,工廠或實驗室中進行調試或監視串行通信的Android手機或平板電腦,但幾乎每個通信系統都具有自己的協議或數據格式。
在“ 02A5B4CA .... ff000803”之類的十六進制數據中進行搜索。 Python腳本,Pytool USB序列可以讀取和解析任何收到的數據,以您想要的方式顯示,甚至在需要時回复。
有腳本示例可快速啟動。只需複制並粘貼其中之一即可嘗試它們。
也有一個方便的USB串行終端供一般用途。
它支持主流USB串行驅動程序,包括:
ftdi driver
cdc acm driver {cdc acm driver {pl.驅動程序
腳本通用指南
=============================腳本。
*始終使用4個空間來避免奇怪的錯誤。
*標準Python庫中的大多數包都可以導入。獲取App版本字符串。
*使用`app.get_output()`將腳本輸出字段作為字符串。
*使用app.set.set.ot_output(object) `app.set_output(app.get_output() + str(object))`將文本附加到腳本輸出字段中。
*使用app.clear_text()作為``app.set.set_output(“通過串行端口發送`bytearray`
*使用`app.receive_data()目錄]/pytoolusbserial/log_ [utc timestamp] .txt。
text(str):text content
return(str):完整文件路徑
這是一個腳本示例:{
############################,######,######,ut w## back。
從binascii導入hexlify
從codecs導入decode decode
while(app.running_script):
#嘗試獲取在buffer中接收到的任何數據在hex。
data_hex = decode(hexlify(data_rcv),'utf_8','impf_8','ignore’)
#顯示#顯示接收到的數據以及舊數據。 app.send_data(data_rcv)
########################
我們目前正在提供0.8版本。這是我們最新,最優化的版本。它適用於許多不同的設備。從Google Play商店或我們託管的其他版本中免費下載Apk。此外,您可以在不註冊的情況下下載且無需登錄。
我們擁有超過2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...設備,並提供了許多選項,您可以輕鬆選擇適合您設備的遊戲或軟件。
如果在Google App Store上有任何國家限製或設備側面受到任何限制,它可能會派上用場。
什麼是新的
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.
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.