All Projects → kai-morich → Simpleusbterminal

kai-morich / Simpleusbterminal

Licence: mit
Android terminal app for devices with a serial / UART interface connected with a USB-to-serial-converter

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Simpleusbterminal

Pyusb
USB access for Python
Stars: ✭ 1,377 (+714.79%)
Mutual labels:  usb
88x2bu
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Stars: ✭ 122 (-27.81%)
Mutual labels:  usb
Linuxscripts
Script collection for linux
Stars: ✭ 154 (-8.88%)
Mutual labels:  usb
Ns Usbloader Mobile
Android Tinfoil/Awoo/GoldLeaf files uploader
Stars: ✭ 109 (-35.5%)
Mutual labels:  usb
Android Usb Gadget
Convert your Android phone to any USB device you like! USB Gadget Tool allows you to create and activate USB device roles, like a mouse or a keyboard. 🛠🛡📱
Stars: ✭ 118 (-30.18%)
Mutual labels:  usb
Tinyusb
An open source cross-platform USB stack for embedded system
Stars: ✭ 2,257 (+1235.5%)
Mutual labels:  usb
Minikbd
Stars: ✭ 97 (-42.6%)
Mutual labels:  usb
Usbdeviceswift
wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
Stars: ✭ 156 (-7.69%)
Mutual labels:  usb
External Nfc Api
Interaction with external NFC readers in Android
Stars: ✭ 123 (-27.22%)
Mutual labels:  usb
Usbdevice
Highly flexible Composite USB Device Library
Stars: ✭ 144 (-14.79%)
Mutual labels:  usb
Dualsense Windows
Windows API for the PS5 DualSense controller
Stars: ✭ 111 (-34.32%)
Mutual labels:  usb
Liveusb Builder
A script suite to create multiboot USB stick for GNU/Linux distributions
Stars: ✭ 118 (-30.18%)
Mutual labels:  usb
Hidguardian
Windows kernel-mode driver for controlling access to various input devices.
Stars: ✭ 138 (-18.34%)
Mutual labels:  usb
Piso
Hardware and software source for the pISO
Stars: ✭ 102 (-39.64%)
Mutual labels:  usb
Hidusbf
USB Mice Overclocking Software (for Windows)
Stars: ✭ 152 (-10.06%)
Mutual labels:  usb
Glasgow
Scots Army Knife for electronics
Stars: ✭ 1,374 (+713.02%)
Mutual labels:  usb
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (-25.44%)
Mutual labels:  usb
Nrf52 Keyboard
A ble keyboard firmware using nrf52810/52832
Stars: ✭ 168 (-0.59%)
Mutual labels:  usb
Openmoko Usb Oui
USB Product ID allocations for Free Software / Open Hardware
Stars: ✭ 156 (-7.69%)
Mutual labels:  usb
Mtpwn
PoC exploit for arbitrary file read/write in locked Samsung Android device via MTP (SVE-2017-10086)
Stars: ✭ 143 (-15.38%)
Mutual labels:  usb

Codacy Badge

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 library.

Motivation

I got various requests asking for help with Android development or source code for my Serial USB Terminal app. Here you find a simplified version of my app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].