have sent the message:connectMessage = 0;}break;// if you sent a connect message but have not connected yet,// keep trying:case connecting:// read the serial port:if (Serial.available()) {inByte = Serial.read();// if you get a 'C' from the Lantronix device,// then you are connected to the server:if (inByte == 'C') { status = connected;}else { // if you got anything other than a C, try again: deviceCo