Click or drag to resize
ISerialConnectorStartupText Property
Gets or sets the text to send across the COM port on startup - a null or empty string will disable the feature. Can contain \r and \n.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string StartupText { get; set; }

Property Value

Type: String
See Also