Click or drag to resize

SerialPortReadStringUpToEndChars Method

Overload List
 NameDescription
Public methodReadStringUpToEndChars(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.
Public methodReadStringUpToEndChars(String, Int32) Reads the serial port up to the first occurrence of endChars sequence. It works only if AutoReceive property is false.
Public methodReadStringUpToEndChars(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.
Public methodReadStringUpToEndChars(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.
Public methodReadStringUpToEndChars(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.
Top
See Also