MelbourneDeveloper / Device.Net

A C# cross platform connected device framework
MIT License
620 stars 119 forks source link

Android Serial Port Access #114

Open MelbourneDeveloper opened 5 years ago

MelbourneDeveloper commented 5 years ago

Check out the Android Serial Port Access library.

Create a bridge?

Write a new one?

YZahringer commented 3 years ago

One solution could be to implement USB communication with different serial converter chips/vendors.

usb-serial-for-android java lib supports many vendors and UsbSerialForAndroid is a port to .NET.

With Device.Net and the cross-platform implementation of USB communication, the support of different chips/vendors would be also cross-platform with a single implementation.