src/main/java/com/whyc/charge/Fbs5100FbsData.java
@@ -112,7 +112,7 @@ bf.flip(); //System.out.println(ComFn.bytesToHexString(bf.array(), bf.array().length)); if(bf.limit() < BASIC_LEN) { System.out.println(bf.limit() + "==" + BASIC_LEN); //System.out.println(bf.limit() + "==" + BASIC_LEN); return false; } int battcount = bf.getShort(10); @@ -206,7 +206,7 @@ tmpbuf.compact(); tmpbuf.flip(); System.out.println(this); //System.out.println(this); return true; }