|
@@ -2,6 +2,7 @@ package com.doverfuelingsolutions.issp.driver.serialPort;
|
|
|
|
|
|
import com.doverfuelingsolutions.issp.driver.printer.PrintStatusListen;
|
|
import com.doverfuelingsolutions.issp.driver.printer.PrintStatusListen;
|
|
import com.doverfuelingsolutions.issp.driver.scan.ScanValueListener;
|
|
import com.doverfuelingsolutions.issp.driver.scan.ScanValueListener;
|
|
|
|
+import com.wayne.www.waynelib.util.log.DFSLog;
|
|
|
|
|
|
public class SerialControl extends SerialHelper {
|
|
public class SerialControl extends SerialHelper {
|
|
private final static String TAG = "SerialControl";
|
|
private final static String TAG = "SerialControl";
|
|
@@ -29,6 +30,7 @@ public class SerialControl extends SerialHelper {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (null != printStatusListen) {
|
|
if (null != printStatusListen) {
|
|
|
|
+ DFSLog.Companion.i("【扫码器】回调数据");
|
|
listener.onDataReceived(ComRecData.bRec, printStatusListen);
|
|
listener.onDataReceived(ComRecData.bRec, printStatusListen);
|
|
return;
|
|
return;
|
|
}
|
|
}
|