Is it possible to send commands over the usb connection between Xamarin.Android app and Pc app?
So basically I would like send some text over the port and PC app is listening the port and reads it and display it? Pc app is not matter, Uwp, Wpf, Xamarin.forms etc. what matters is how to send the message from Android over the usb.
using Bluetooth it is already possible and I have achieved it but I dont know how to achieve this over the usb.