I am trying to find a way to send and receive data over a USB connection connected using a cable. The idea is: A service/command line application will be running on target system, receives commands, and send data for the command. A GUI application sitting on the other machine analyses and interprets the data.
Using libUSB, is it possible?