USB Serial Terminal Lite Application icon

USB Serial Terminal Lite 1.5

406 KB / 50K+ Downloads / Rating 3.9 - 323 reviews


See previous versions

USB Serial Terminal Lite, developed and published by hosun lim, has released its latest version, 1.5, on 2014-07-06. This app falls under the Tools category on the Google Play Store and has achieved over 50000 installs. It currently holds an overall rating of 3.9, based on 323 reviews.

USB Serial Terminal Lite APK available on this page is compatible with all Android devices that meet the required specifications (Android 3.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.oneman.freeusbtools

Updated: 11 years ago

Developer Name: hosun lim

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing USB Serial Terminal Lite on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.9
Total 323 reviews

Reviews

3 ★, on 2018-12-25
Good app, but I need a serial terminal that transmits every keystroke immediately and not only when you press "enter".

3 ★, on 2019-10-09
Functional, works with USB adaptor, receives data. VT100 support and tx char as entered are desired features.

1 ★, on 2020-08-26
Do not respons

3 ★, on 2018-11-07
Not ready for vt100

5 ★, on 2015-03-12
No faffing about with windows inf files. Works fine on Sony Xperia Z talking to STM32F103VBT6 microcontroller USB ports running as virtual com ports (VCP) CDC (Communications device) firmware with any VID/PID. You MUST open the port by clicking the telephone-handset button near top right so that it changes to an X. Then you only have to remember to actually send your command typed in the lower pane by clicking the button that looks like an envelope (or a right pointing arrow). The app can optionally self start as soon at the USB is plugged in to your device - so be careful to avoid two instances running at the same time. If setting up memory buttons (function keys) then notice that CR LF are not needed in each button if they are ticked above the lower write pane. Full five stars. Excellent. Amazing.

4 ★, on 2014-07-11
Good for doing my logcat. However i cannot find a way to clear screen (CTRL-L) How do i do that?

Previous Versions

USB Serial Terminal Lite 1.5
2014-07-06 / 406 KB / Android 3.1+

About this app

Smart phones serial terminal program. USB equipment using Silicon Laboratories 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(USB-Enabled SOC Solution for 2.4-GHz IEEE 802.15.4 and ZigBee App) can be used also.
Provides the same functionality and the PC for serial communication terminal

- Supported UART to USB Bridge chip: Silicon Laboratories(CP210X), FTDI(FT232), Prolific(PL2303)
- ARDUINO Support(FTDI, CDC/ACM)
- Supported smart 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) or

1. 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.

2. Main Activity
- 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 button: control modem DTR status
- RTS button: control modem 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
Hexadecimal: # + 2-digit hex, ex) CR: #0D
Binary: & + 8-digit binary, ex) CR: &00001101

※ Escape @, #, &: insert twice in succession in order to send @, #, &
ex) @@, ##, &&

- 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


3. Menu
- Settings: Serial Communication Settings window will open.
- USB Descriptions: USB equipment specification window will open.
- Edit Macro: The macro edit window will open.
- ASCII Code Table: ASCII code table lookup and input window will open.
select ASCII code in order to input ASCII Codes
- Help: Help

4. Other features (view)
- Serial communication settings: Baud rate, Data bits, Parity, Stop bits,
Handshaking Mode setting supported.
Select enable file logging for logging received data in external storage path "[External Storage Root]/USBTerminal/YYMMDD_hhmmss.log".
- 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


5. 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.

New features

1.1: 2013-03-06 FTDI(FT232) Support
1.2: 2013-03-24 Prolific(PL2303) Support
1.3: 2013-04-11 CDC/ACM, Support, TI CC2531 Support
Bug fix(unnecessary error message)
2013-04-14 add file logging
2013-04-19 Insert reset code when PL2303 open
2013-04-20 Charset setting
2013-05-10 Add Scrollview in settings for Landscape View

App Permissions

Allows an application to write to external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to read from external storage.