USB Serial Control Panel Lite

Contains ads
2.9
192 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

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 conrol 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"
Updated on
Jul 5, 2014

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

3.2
170 reviews
A Google user
December 14, 2019
Perfect. Compact and customizable. Programmer knows what he is doing, you can make terminal command macros and assign to buttons. Of course like everthing it can be improved.
1 person found this review helpful
Did you find this helpful?
A Google user
October 27, 2015
Description does not match actual product. I can't find any wrench icons. Also when I plug my USB device I do not get any prompts
26 people found this review helpful
Did you find this helpful?
A Google user
December 8, 2016
No instructions. Why do people do these things without instructions They throw a screen at you and expect you to work it out
1 person found this review helpful
Did you find this helpful?

What's new

- 2013/08/19: Auto repeat button