Controlling USB connected hardware with Termux:API #3076
Closed
LobsterMan123
started this conversation in
General
Replies: 1 comment
-
termux-usb with custom libusb-based program, especially if you want to blink led on something. The linked page has a very basic example of C program which will work with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to do something where a device is connected to my tablet via usb cable and then control said device using Termux:API on my tablet (like maybe blink an LED on a breadboard). Is this possible using Termux:API?
Next, I'd like to know if the code on Termux's wiki page for Termux:API counts/can be considered as a simple device driver for the example given (URL: https://wiki.termux.com/wiki/Termux:API). This particular example seems to acquire device info of the USB device, but I'm not sure if more of actual device control can be realized using additional C programming knowledge which is what my questions revolve around.
Thanks.
LM
Beta Was this translation helpful? Give feedback.
All reactions