I have an Ubuntu machine controlling a process. I need to send single-character
commands to that machine from an Ubuntu laptop. I'd like to do it with a "USB
cable" connecting the two Ubuntu machines. I know you can't do that with just a
cable - you need some electronics in between (since each of the Ubuntu machines
is a USB host). Has anyone done this before, and/or can recommend a commercial
product that will interconnect the two machines? I know there are such fancy
cables available for transferring files between Windows machines, but my app is
different: I want to move single characters, not files, and I hope to use the
"automatic" Linux HID drivers on each machine, rather than running a special
program on one or both machines. I just want to type on the laptop, and then
with a simple program of my own development running on the other machine, be
able to see the incoming characters on the screen of that receiving machine.
Thanks in advance for any ideas.