How can i send data by USB port in Android C#?
问题 I am developed a app in Visual Studio with mono for android. C# So. How can i send data by USB port in Android. C#? The type serialPort1.Write("1"); 回答1: Long story short - you can not do it the way you intended. USB is not a serial port that you can just write to and data comes out on the other side. Serial ports can be emulated over USB, but Android does not support that. Android typically can act as device that offers different profiles: disk, camera and proprietary debug (if enabled on