USB Serial Control Panel Pro Application icon

USB Serial Control Panel Pro 1.5

515 KB / 1+ Downloads / Rating 5.0 - 5 reviews


See previous versions

USB Serial Control Panel Pro, 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 100 installs. It currently holds an overall rating of 5.0, based on 5 reviews.

USB Serial Control Panel Pro APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). 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.tools.serialcontrolpro

Updated: 11 years ago

Developer Name: hosun lim

Category: Tools

Installation Instructions

This article outlines two straightforward methods for installing USB Serial Control Panel Pro 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

5.0
Total 5 reviews

Reviews

5 ★, on 2015-02-25
Please add support for usb-to-serial adaptor PL2303 TA chipset. Maybe missing a driver perhaps

Previous Versions

USB Serial Control Panel Pro 1.5
2014-07-06 / 515 KB / Android 2.3+

About this app

Smart phones serial control panel 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.
You can add frequently used functions as buttons, and then click the control button to transmit preconfigured data.

- 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.
6) Click "add control button"(Plus icon) in toolbar, and then input name and content to send
7) Click the Save button
8) Control button will be added in the panel.
9) Click the button on the control panel, app will transfer the data(content) to the device.
10) App will show the response from USB device at the receive text view.

2. Control button content
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 @, #, &

Delay between the transmitted data can be entered.
- insert delay(ms) in send data between "<%" and "%>"
ex) up<% sleep:1000 %>down<% sleep:2000 %>left<% sleep:3000 %>right
1) send "up"
2) sleep 1 second
3) send "down"
4) sleep 2 second
5) send "left"
6) sleep 3 second
7) send "right"