This commit is contained in:
boccioli_m
2017-10-11 10:05:55 +02:00
parent 8b624b22eb
commit c21f70f53e
2 changed files with 3 additions and 3 deletions

View File

@@ -298,8 +298,9 @@ public class TestingList extends Panel {
* initialise panel
*/
private void initialise(){
System.out.println("msg:");
int PORT1 = 0x8899; // this port
String mode = new String("2,IQCOM,$BMA1,1,DIA");
String mode = "2,IQCOM,$BMA1,1,DIA";
int i = 0;
byte[] msg = new byte[128];
msg[0] = 50; //bytecount
@@ -313,7 +314,6 @@ public class TestingList extends Panel {
msg[28 + i] = buffer[i];
i++;
}
System.out.println("msg:");
System.out.println(msg);