UtilSerialTraceFile Property

Change the serial trace file (default C:\SerialTrace.txt)

Definition

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

Property Value

String
Serial trace file name including fully qualified path e.g. C:\SerialTrace.txt

Return Value

String
Serial trace file name

Remarks

Change this before setting the SerialTrace property to True.

See Also