mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-23 06:12:59 +00:00
+1
-1
@@ -22,7 +22,7 @@ import java.nio.ByteBuffer;
|
|||||||
public class SerialInputOutputManager implements Runnable {
|
public class SerialInputOutputManager implements Runnable {
|
||||||
|
|
||||||
private static final String TAG = SerialInputOutputManager.class.getSimpleName();
|
private static final String TAG = SerialInputOutputManager.class.getSimpleName();
|
||||||
private static final boolean DEBUG = true;
|
public static boolean DEBUG = false;
|
||||||
private static final int BUFSIZ = 4096;
|
private static final int BUFSIZ = 4096;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user