Discover

Topics

USB Serial Terminal Pro

USB Serial Terminal Pro APK

USB Serial Terminal Pro APK

2.1 $2.68hosun lim

Smart phones serial terminal program

What's USB Serial Terminal Pro APK?

USB Serial Terminal Pro is a app for Android, It's developed by hosun lim author.
First released on google play in 11 years ago and latest version released in 8 years ago.
This app has 1.7K download times on Google play and rated as 4.31 stars with 51 rated times.
This product is an app in Tools category. More infomartion of USB Serial Terminal Pro on google play
Smart phones serial terminal program. USB equipment using SilLab CP210X, FTDI FT232 and Prolific PL2303, CDC/ACM UART to USB Bridge chips can be used to connect to your smart phone.
Zigbee Chip TI CC2531 can be used also. Provides the same functionality and the PC for serial communication terminal

- Supported chip: Silicon Laboratories(CP210X), FTDI(FT232), Prolific(PL2303)
- ARDUINO Support(FTDI, CDC/ACM)
- Supported phones: USB host support smart phones (Samsung galaxy2/galaxy 3/galaxy note / galaxy note2/Vega racer R3)
- Supported Android version: Android version 3.1 (API Level 12)

0. Quick Start
1) Please use the OTG cable to connect the usb device on your smart phone.
2) smart phone detect usb device, and then asks whether to run. Click OK to run the App.
3) Click the Settings button (wrench icon) of upper right corner in order to set serial communication.
4) Click the Save button.
5) Click the Connect button (phone icon) of upper right corner in order to connect to the device.

1. Main UI
- ASCII: Print received data as a ascii string.
- HEX: Print received data as a hexadecimal string.
- BIN: Print received data as a binary string.
- Connect Button(Phone icon):, connect to USB device. After connection this icon changed to close icon.
- Settings Button(Wrench icon): Serial communication setting window will open
- Upper(RX) CR, LF: Line separator configuration. process device to local system line separator conversion for received data before print text area
- Modem status buttons: show CTS, DSR, CD, RI pin status
- USB device description: USB device’s description window will open
- Clear received data:: Trash icon, clear all received data in text area
- Received data text area: print received data
- DTR/RTS button: control modem DTR/RTS status
- Lower(TX) CR/LF: Append line separator characters to transfer data
- Transfer(TX) Text input field: Enter the data(string, decimal, hexadecimal, binary) you want to transfer.
Transfer data is entered as a string by default.
Binary data is entered as shown below, you can enter in hex or binary or decimal
Decimal: @ +숫자 3-digit(0~255) ex) CR: @013
Hex: # + 2-digit hex, ex) CR: #0D
Binary: & + 8-digit binary, ex) CR: &00001101
※Escape @, #, &: insert twice in succession in order to send @, #, &

- Send Button(Right arrow icon): Transfer input data to USB device
- Macro buttons 1 ~ 7: Set macro(had entered the frequently used data in advance) to transfer text field
- Macro Edit Button(Pencil icon): Macro edit window will open

2. Menu
- Serial communication settings: Baud rate, Data bits, Parity, Stop bits, Handshaking Mode setting supported.
Select enable file logging for logging received data in the external storage path "[External Storage Root]/USBTerminal/RAW_YYMMDD_hhmmss.log".
- USB Descriptions: USB equipment specification window will open.
- Macro edit: edit transfer data macro that frequently used.
Macros can register up to seven.
- ASCII table: ASCII Code table.
ASCII code inserted to text field When you select a code,
and the window is closed, the inserted codes appended to tx text field
- Send Break: send long break
- Save Console Log: save current console content to the external storage path "[External Storage Root]/USBTerminal/CONSOLE_YYMMDD_hhmmss.log".
- Share Log File: share a saved log file to bluetooth, cloud services, email, ...

3. FAQ
Q: Why my smart phone detect usb device?
A: Smartphones make sure it supports the USB Host.
In addition, the Android version 3.1 (API Level 12) from the USB Host support.
Occasionally on the smartphone does not recognize USB devices (eg Galaxy Note 1). Smartphone otg cable to connect to leave only the part that is connected to the equipment by unplugging and re-connect if you recognize that this case is.
Q: After installing your app, my another app that uses USB OTG stopped working.
A: Android won't re-recognize the device attached unless the OTG cable is physically removed and re-attached. (Thanks to Aki Niimura)