Reads data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.
object.ReadUntil2( _
ByVal As String, _
ByVal As Long _
) As String
Parameters
- terminatorChars
- Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
- timeout
- The time (in seconds) to wait for a terminator character. The range of valid values is 0 through 99.
Return Value
The string of data that was read from the host.