From 186fbb3c5ea34069da4db86d1804290b061cdc28 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Mon, 11 Dec 2023 11:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/buban104.cpp | 4 ++-- src/netport.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/buban104.cpp b/src/buban104.cpp index be2dba1..ad4594f 100644 --- a/src/buban104.cpp +++ b/src/buban104.cpp @@ -189,10 +189,10 @@ void Buban104RecvData(int commid, u_char *buf, int len)// 规约读数据处理 return; pPortParam = (pBUBAN104PORTPARAM)SioParam[commid].ExtInfo; - printf("recvbuf: "); + /*printf("recvbuf: "); for (i = 0; i < len; i++) printf("%02X ", buf[i]); - printf("\n"); + printf("\n");*/ for (i = 0; i < len; i++) { diff --git a/src/netport.cpp b/src/netport.cpp index 606ac0d..9f29a0d 100644 --- a/src/netport.cpp +++ b/src/netport.cpp @@ -614,10 +614,10 @@ void TcpSend(int commid) len = send(SioParam[commid].CommSock,(const char*)&SioParam[commid].WriteData->MsgData[plen], slen, 0); if(len > 0) { - printf("TcpSend: "); + /*printf("TcpSend: "); for (i = 0; i < len; i++) printf("%02X ", SioParam[commid].WriteData->MsgData[plen + i]); - printf("\n"); + printf("\n");*/ if(len < slen) { if(EINPROGRESS != errno)