bastengao / react-native-usb-serialport-for-android

MIT License
13 stars 28 forks source link

Device not found #14

Closed gustavodbs closed 6 months ago

gustavodbs commented 6 months ago

Hi, I'm trying with the example code provided but I always get the same message (Device not Found), I can't figure out how to solve it.

Calling list method, it returns an empty list as well UsbSerialManager.list()

I'm trying with main branch and 3.7.0 branch too.

I'm testing on two phones Umidigi A9 Pro - Android 10 Nubia - Android 9

On both smartphones I downloaded an application to try sending data through the serial port and they worked

Does anyone got the same message?

gustavodbs commented 6 months ago

Sorry, the error was due to the cable.

For other people having the same error, check the connection with the receiving hardware.

The library works perfect. Thank you!