Search | Google it | Results 1 - 2 of 2 for funcall:getSIO (0.00 seconds) |
71: 72: if (XOFF_IN || (ch = getSIO(0)) == XOFF) { 73: while ((ch = getSIO(1)) != XON && ch != CTLC);
36: 37: #define inputByte(tmo) getSIO(tmo) // input one byte 38: #define outputByte(c) putSIO(c) // output one byte