Reads a single byte from the AUX port.
object.ReadByte ( [Wait] ) |
- wait
- Optional. A Boolean that specifies the Wait state.
Integer
Wait is a boolean representing the the wait state.
If Wait is True, data will not be read from the AUX port until a carriage return is detected.
If Wait is False, data will be read from the AUX port immediately.
If not specified, Wait is False. [Optional].