| | Name | Description |
|---|
 | ReadStringUpToEndChars(CollectionString, Int32) |
Reads the serial port up to the first occurrence of one of the endChars sequences of the endCharsList collection.
It works only if AutoReceive property is false.
|
 | ReadStringUpToEndChars(String, Int32) |
Reads the serial port up to the first occurrence of endChars sequence.
It works only if AutoReceive property is false.
|
 | ReadStringUpToEndChars(CollectionString, String, Int32) |
Reads the serial port up to the first occurrence of one of the endChars sequences of the endCharsList collection.
It works only if AutoReceive property is false.
|
 | ReadStringUpToEndChars(CollectionString, String, Int32, Boolean, String) |
Reads the serial port up to the first occurrence of one of the endChars sequences of the endCharsList collection.
It works only if AutoReceive property is false.
|
 | ReadStringUpToEndChars(String, String, Int32, Boolean, String) |
Reads the serial port up to the first occurrence of endChars sequence.
It works only if AutoReceive property is false.
|