Open
Description
Well, I am interested in this repo and I found this repo because I'm investigating a way to communicate with a PLC on android device.
Actually, it might work well on MAUI for Android as I made a demo to do some simple operations.
Now I am learning how to implement a serial version for this repo, but for Android it usually use Android USB Host Mode (OTG) to communicate with a device via Serial port.
So my question is, is it possible to implement it with a cross platform way? Cuz for IOS or some other CLR there may be no same API as on Windows or Android.