UtilSerialTrace Property

Enable/disable serial I/O tracing

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public bool SerialTrace { get; set; }

Property Value

Boolean
Boolean - Enable/disable serial I/O tracing

Return Value

Boolean
Enabled - disabled state of serial tracing

Remarks

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.

See Also