Closedown

This commit is contained in:
boccioli_m
2017-10-12 11:13:03 +02:00
parent ec0335ab9c
commit 02beaa7353

View File

@@ -314,9 +314,8 @@ public class TestingList extends Panel {
msg[28 + i] = buffer[i];
i++;
}
byte[] msgb = msg.getBytes();
for (i=0 ; i < msgb.length; i++) {
System.out.println(msgb[i]);
for (i=0 ; i < msg.length; i++) {
System.out.println(String.format("%02X ", msg[i]));
}