From 86ec073ab2ef3e35c2cc8e91ec2747231eae2578 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期五, 16 一月 2026 11:33:31 +0800
Subject: [PATCH] 非自动不发送回退指令
---
src/main/java/com/rfid/uhf288/RFIDTemplate.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/rfid/uhf288/RFIDTemplate.java b/src/main/java/com/rfid/uhf288/RFIDTemplate.java
index 2ab6afb..683dd9d 100644
--- a/src/main/java/com/rfid/uhf288/RFIDTemplate.java
+++ b/src/main/java/com/rfid/uhf288/RFIDTemplate.java
@@ -81,11 +81,11 @@
}
int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
if (antResult == 0) {
- log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
} else {
int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
if (antennaResult == 0) {
- log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
}
}
} catch (Exception e) {
@@ -211,11 +211,11 @@
}
int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
if (antResult == 0) {
- log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
} else {
int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
if (antennaResult == 0) {
- log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
}
}
} catch (Exception e) {
@@ -304,12 +304,12 @@
int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
if (antResult == 0) {
- log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
configured = true;
} else {
int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
if (antennaResult == 0) {
- log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+// log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
configured = true;
}
}
--
Gitblit v1.9.1