// Sends a break signal to the port.
 private void sendBreak() {
   connection.sendBreak();
 }