I'm having difficulties implementing serial communication in .NET MAUI 7. I have confirmed that the project at Xamarin.Android.SerialPort works properly. However, it does not work in my project.
I get an error at [new SerialPort.SerialPortWrapper.SerialPort].
errorCapture
How can I add the libserial.so file to my project APK? It's too difficult. Please help.
I have added the open source project from the link to my project, but it does not work.