充放电一体机FGCD通信程序【二期初版】
Administrator
2022-03-04 6478c04ab6f39fe8db87ba9f97c8e3d88cfef702
BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_SocketClient_Thread.java
@@ -440,7 +440,7 @@
                
                sysState.makeDevCommDataFlowSum(cipher_buf.length);
                
                //System.err.println("数据长度"+cipher_buf.length+"\t返回数据:"+ ComFn.bytesToHexString(cipher_buf, cipher_buf.length));
                //System.out.println("数据长度"+cipher_buf.length+"\t返回数据:"+ ComFn.bytesToHexString(cipher_buf, cipher_buf.length));
                //Log.e(TAG, "SocketComm: "+ComFn.bytesToHexString(plain_buf, plain_buf.length));
                if(true == getDataFromCommBuf(cipher_buf)) {
                   res_t = true;