UtilSerialTrace Property
Enable/disable serial I/O tracing
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public bool SerialTrace { get; set; }
Public Property SerialTrace As Boolean
Get
Set
public:
virtual property bool SerialTrace {
bool get () sealed;
void set (bool value) sealed;
}
BooleanBoolean - Enable/disable serial I/O tracing
BooleanEnabled - disabled state of serial tracing
If you want to change the serial trace file path, change the SerialTraceFile property before setting this to True.
After setting this to True, serial trace info will be written to the last-set serial trace file.