BbsonLin / serial_port_flutter

A Flutter plugin integrated with Android-SerialPort-API
Other
29 stars 24 forks source link

No devices detected #16

Closed Zopenzop closed 2 years ago

Zopenzop commented 2 years ago

I downloaded the example app, installed it on my android phone, and connected it to a serial device, Just to crosscheck, I had a native serial communication app made in java installed too. The example app just didn't recognize any device, the list was empty, But the native application did detect the device and I was able to connect to it and read data through it. What could be the issue? Following are the details of the device: Vendor ID - 1A86 Product - 7523 i.e. the device is a CH340

I am on Android 11

Zopenzop commented 2 years ago

Permissions Issue, resolved