felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.81k stars 589 forks source link

android deep sleep issue #291

Open KadirErturk4r opened 4 years ago

KadirErturk4r commented 4 years ago

There is really weird error, and I dont know which part causes,

  1. When the app starts, all works fine. I can send multi bye array to peripherals properly
  2. Android goes to sleep, I wake it up the run the app, all works fine (no led blinking on usb device)
  3. Android goes to sleep, after some time it goes deep sleep (usb device start blinking), I wake up the device and send same byte array, only 1 byte delivers to usb port.

Anyone has an idea or clues?