Transmit Status

      Returned as bit-significant values. If the bit is 1, the condition is TRUE. If the bit is 0, the condition is FALSE. The number at the beginning of the description is the bit position number. The bit positions go from least to most significant.

      Bit 0

        WRITE request packets in progress or queued
      Bit 1
        Data in the physical device driver transmit queue
      Bit 2
        Transmit hardware is currently transmitting data
      Bit 3
        Character waiting to be transmitted immediately
      Bit 4
        Waiting to automatically transmit an XON
      Bit 5
        Waiting to automatically transmit an XOFF
      Bit 6
        Undefined
      Bit 7
        Undefined


      [Back] [Next]