Skip to content

[Feature]: add support to connect with usb-serial instead of pseudo-tty #3429

@rohoog

Description

@rohoog

Feature description

termux is a nice terminal emulator, but it can only 'talk' to a linux shell program. Android doesn't normally (unless rooted) allow to use the /dev/tty{USB,ACM}x device nodes. There is a library https://github.com/mik3y/usb-serial-for-android that adds this using the Android permissions.

It would be a great added value to allow this, so we can use termux to talk to our USB gadgets built with microcontroller boards, such as Arduino/STM32 etc. using USB-OTG, so we can do software maintenance using the smartphone without the effort of writing an app.

Additional information

SerialUSBTerminal (Kai Morich) does this, but it doesn't have proper terminal emulation; it looks like the arduino-IDE 'serial monitor'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions