Reads the specified number of characters from the AUX port.
object.Read ( nCharacters [,Wait] ) |
- nCharacters
- Required. An Integer that specifies the number of characters to read.
- wait
- Optional. A Boolean that specifies the Wait state.
String
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].