Search | Google it | Results 1 - 1 of 1 for funcall:outputByte (0.00 seconds) |
95: /* only for the initial packet transfer */ 96: outputByte(NAK); 97: c = inputByte(SOH1_TMO); 105: // ack/beginning character is transmitted 106: outputByte(ctlch); 107: 119: } else if (c == EOT) { // end of transmission 120: outputByte(ACK); 121: return E_END; 160: purgeInput(); // wait until there is no more data 161: outputByte(CAN); // transmite two (or more) consecutive CANs 162: outputByte(CAN); 163: outputByte(CAN); 164: }