# android_simple_usb_serial **Repository Path**: appant/android_simple_usb_serial ## Basic Information - **Project Name**: android_simple_usb_serial - **Description**: folk from SimpleTabTerminal - **Primary Language**: Android - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-12 - **Last Updated**: 2022-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Codacy Badge](https://api.codacy.com/project/badge/Grade/83070da7805b4899820e285d2f7847b9)](https://www.codacy.com/manual/kai-morich/SimpleUsbTerminal?utm_source=github.com&utm_medium=referral&utm_content=kai-morich/SimpleUsbTerminal&utm_campaign=Badge_Grade) # SimpleUsbTerminal This Android app provides a line-oriented terminal / console for devices with a serial / UART interface connected with a USB-to-serial-converter. It supports USB to serial converters based on - FTDI FT232, FT2232, ... - Prolific PL2303 - Silabs CP2102, CP2105, ... - Qinheng CH340, CH341 and devices implementing the USB CDC protocol like - Arduino using ATmega32U4 - Digispark using V-USB software USB - BBC micro:bit using ARM mbed DAPLink firmware ## Features - permission handling on device connection - foreground service to buffer receive data while the app is rotating, in background, ... ## Credits The app uses the [usb-serial-for-android](https://github.com/mik3y/usb-serial-for-android) library. ## Motivation I got various requests asking for help with Android development or source code for my [Serial USB Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal) app. Here you find a simplified version of my app.