Commit 8fd44288 authored by captainwong's avatar captainwong

fix 2

parent 904b2641
......@@ -55,10 +55,6 @@ public class SimpleServer {
xdata[3] = '\u00A1';
xdata[4] = '\u0076';
System.out.println("xdata=" + printable_bytes(xdata));
// xdata[1] = 0xBA;
// xdata[2] = 0x3F;
// xdata[3] = 0xA1;
// xdata[4] = 0x76;
String sx = new String(xdata);
System.out.println("sx=" + sx);
String data = lib.pack2(1234, "861234567890", 666666, 3400, 0, 0, sx);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment