Termux-usb - Termux Wiki
https://wiki.termux.com/wiki/Termux-usbSet up the necessary packages within Termux. pkg install termux-api libusb clang. Enable OTG (host) mode and insert a usb device. Wait for it to be recognised and verify it using the API: termux-usb -l. Let's assume the device is /dev/bus/usb/001/002. Ask for permission to access it: termux-usb -r /dev/bus/usb/001/002. Try using it from libusb.
How to get started with xterm.js? : termux
www.reddit.com › r › termuxThen npm install xterm, done. Then it gives some html... but how would the html cpnnect to a server? I've never used node, and they be assuming a lot... I want to use a webpage on an ipad to interact with termux on my phone. xterm.js seems the way to do this... BTW I can't install apps on the ipad, otherwise a ssh terminal would be the way to gp!