@ -54,7 +54,9 @@ public class ComPortUtil {
if (bytesRead > 0) {
String msg = new String(buffer, 0, bytesRead);
System.out.println("--获取COM口信息--"+msg);
function.apply(msg);
if (function != null){
}
} catch (Exception e) {