super(null);
String resp; // the modem response. // Send the reset command send("ATZ"); expect("OK"); send("ATDT" + number); expect("OK"); try { Thread.sleep(5000); } catch (InterruptedException e) { // nothing to do } is.close(); os.close();
if (ap.length == 1) number = ap[0]; new CommPortDial().converse(); System.exit(0);