new app jp.ksksue.app.terminal

This commit is contained in:
David Black 2013-06-24 11:20:51 +01:00
parent e4956d857a
commit fef19a4343
2 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,47 @@
Category:System
License:Apache2
Web Site:http://ksksue.com/wiki
Source Code:https://github.com/ksksue/Android-USB-Serial-Monitor-Lite
Issue Tracker:https://github.com/ksksue/Android-USB-Serial-Monitor-Lite/issues
Auto Name:Android USB Serial Monitor Lite
Summary:Simple USB-Serial Monitor
Description:
USB Host API may be required on the device — this isn't the same as USB peripheral
or thumb drive support.
Author has tested CDC-ACM with Arduino UNO, MEGA, mbed.
When you connect a CDC-ACM device to Android, please select Menu -> Open Device.
You can connect Android to Arduino UNO; if you have an FTDI USB-Serial
adapter(FT232RL), any microcomputers can be connected to Android by using
this application.
* supports CDC-ACM protocol(Arduino, mbed, PSoC etc.)(beta)
* supports FTDI chips
* Baud rate (1200 - 115200 bps)
* Data bits, Parity Check, Stop bits, flow control, break options(not support in CDC-ACM)
* Display in character/decimal/hex notation.
* send a result by e-mail
* send/receive Linefeed code(CR/LF/CR+LF)
* font size option
Connection Examples:
* Android — Arduino UNO
* Android — [USB-Serial Adapter] — Microcomputer
* USB-Serial adapter
* Sparkfun — FTDI Basic Breakout
.
Repo Type:git
Repo:https://github.com/ksksue/Android-USB-Serial-Monitor-Lite.git
Build Version:1.1.7,11,d302c36d1,subdir=AndroidUSBSerialMonitorLite,\
srclibs=FTDriver@c08f555e9a,init=rm -rf bin gen,prebuild=\
sed -i 's@\(reference.1=\).*@\1$$FTDriver$$@' project.properties
Auto Update Mode:None
# also on gplay
Update Check Mode:RepoManifest
Current Version:1.1.7
Current Version Code:11

7
srclibs/FTDriver.txt Normal file
View File

@ -0,0 +1,7 @@
Repo Type:git
Repo:https://github.com/ksksue/FTDriver
Subdir:FTDriver
Update Project:Yes