fdroiddata/metadata/jp.ksksue.app.terminal.yml

51 lines
1.7 KiB
YAML

Categories:
- Development
License: Apache-2.0
WebSite: http://ksksue.com/wiki
SourceCode: https://github.com/ksksue/Android-USB-Serial-Monitor-Lite
IssueTracker: https://github.com/ksksue/Android-USB-Serial-Monitor-Lite/issues
AutoName: Android USB Serial Monitor Lite
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
RepoType: git
Repo: https://github.com/ksksue/Android-USB-Serial-Monitor-Lite.git
Builds:
- versionName: 1.1.7
versionCode: 11
commit: d302c36d1
subdir: AndroidUSBSerialMonitorLite
init: rm -rf bin gen
srclibs:
- FTDriver@c08f555e9a
prebuild: sed -i 's@\(reference.1=\).*@\1$$FTDriver$$@' project.properties
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.7
CurrentVersionCode: 11