busherscom / tvsdt-android

TV System Debugging Tool for Android devices

Home Page:http://bushers.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV System Debugging Tool

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

Build status

Track Status
Production Build status
Beta Build status
Alpha Build status

Credits

The app uses the usb-serial-for-android library.

The app is base on SimpleUsbTerminal app.

About

TV System Debugging Tool for Android devices

http://bushers.com/

License:MIT License


Languages

Language:Kotlin 100.0%