Home | History | Annotate | Download | only in java

Lines Matching refs:System

32 			System.loadLibrary("javaupm_hm11");
34 System.err.println("error in loading native library");
35 System.exit(-1);
40 System.out.println("Usage: java HM11Sample [AT command]");
42 System.out.println("If an argument is supplied on the command line, that argument is");
43 System.out.println("sent to the module and the response is printed out.");
44 System.out.println("If no argument is used, then the address and PIN of the module");
45 System.out.println("are queried and the results printed out.");
57 System.err.println("Timed out waiting for response");
69 System.err.println("Failed to setup tty port parameters");
70 System.exit(-1);
76 System.out.println("Sending command line argument (" + args[0] + ")...");
81 System.out.println("Querying module address (" + addr + ")...");
88 System.out.println("Querying module pin (" + pin + ")...");