-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication ISSUE #574
Comments
//here is the class for the another USB.. `package com.mmm.chk.callback; import android.os.Process; import com.hoho.android.usbserial.driver.UsbSerialPort; import java.io.IOException; public class SerialInputOutputHIDManager implements Runnable {
} |
maybe power supplied from android is to weak for the second device |
but this is only working after rebooting the android device else it is not working even when the app is destroyed and again re created. |
is there any way possible to restart the communication of that USB port. |
please check https://github.com/mik3y/usb-serial-for-android/wiki/FAQ#user-content-Can_I_open_multiple_connections_in_one_application for multiple connections |
yeah i do checked this but still one of the USB went non-responsive applied all the tactics you provided but still the same issue in one of the USB's |
I am using two USBs in my device and two different SerialInputOutputManager Classes one of the USBs stops working randomly and no data is received on that and when I restart the application it starts working. USB 1 is always working and USB2 is not working randomly, it stops reading data at any point in time.
The text was updated successfully, but these errors were encountered: