DefaultSerialProtocolTerminatingCharacters Property |
The character or sequence of characters that define the end of a data transmission,
this will be automatically added to the end of sent data and stripped from
the end of a received data
The default terminating-character is \n New Line (Linux Standard Line Ending)
Note Default Windows line ending is \r\n Carriage Return New Line, which will still work with this default,
For better results with Windows line endings change this value to '\r\n'
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TerminatingCharacters { get; set; }
Public Property TerminatingCharacters As String
Get
Set
member TerminatingCharacters : string with get, set
Property Value
StringSee Also