'Declaration
Overloads Function ReadChars( _ ByVal count As Integer, _ ByVal timeout As Integer _ ) As String
Parameters
- count
- The number of characters to read. If 0 is specified an empty string is returned
- timeout
- Time in seconds to wait for the specified number of characters
Return Value
a string containing the requested number of characters or all characters received prior to a timeout.