ClusterM / usb-serial-telnet-server

Android application that binds a USB serial converter to a Telnet client
GNU General Public License v3.0
56 stars 8 forks source link

autostart and multiport #6

Closed msillano closed 1 year ago

msillano commented 1 year ago

context: This APP is a good workaround to solve a big problem: in Android+Termux+node-red it is not possible to use serial devices: see here.

So I looked for APPs, like "USB serial port IOT gateway" from apkpure: this is an interesting application, with the possibility of using many COM ports and many MQTT servers. Above all, it has one big flaw: it doesn't work in BACKGROUND.

Then I found your application, I tested it on Android 11 + Termux and node-red: OK and simple to use. Good job. Thanks: I'm using it in my projects (see here).

request

Best regards.

ClusterM commented 1 year ago

Added autostart. Multiport is not planned yet.