Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/usb-serial-telnet-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:21:55 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:21:55 +0300
commit859672914cd7ad4f12c1e1fcfa28c03fb9490950 (patch)
tree8318280dfca0548411a5ff0507133ca5edb618e7
parent4fa87d08aa333b512cb0d917b7a5b630b1c5934a (diff)
parent9e3bac7b643522b1afb0086a424f3ae35c703b24 (diff)
Merge branch 'master' of github.com:ClusterM/usb-serial-telnet-server
-rw-r--r--README.md26
1 files changed, 25 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a35c6a..ffd61fa 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,26 @@
-# usb-serial-telnet-server
+# USB Serial Telnet Server
Android application that binds a USB serial converter to a Telnet client
+
+Just connect a USB serial adapter into USB OTG port of your Android device, start this app and connect to it using any Telnet client like
+* [JuiceSSH](https://play.google.com/store/apps/details?id=com.sonelli.juicessh) using the same Android device (connect to localhost)
+* Telnet client on a computer on the same network (connect over Wi-Fi)
+
+![Screenshot](https://user-images.githubusercontent.com/4236181/170873697-077b8c7a-51e9-4480-bba7-4871280834dc.png)
+
+This method allows to use all console features like colors and special keys. So you can easyly control/install something like network devices with serial port using only your Android device.
+
+![Photo](https://user-images.githubusercontent.com/4236181/170872965-bb14d004-2c14-47fe-b0bd-ba9863f45791.jpg)
+
+## Compatible Devices
+This app uses [usb-serial-for-android library by mik3y](https://github.com/mik3y/usb-serial-for-android) and supports USB to serial converter chips:
+* FTDI FT232R, FT232H, FT2232H, FT4232H, FT230X, FT231X, FT234XD
+* Prolific PL2303
+* Silabs CP2102 and all other CP210x
+* Qinheng CH340, CH341A
+
+and devices implementing the CDC/ACM protocol like
+* Arduino using ATmega32U4
+* Digispark using V-USB software USB
+* BBC micro:bit using ARM mbed DAPLink firmware
+* ...
+