Initial commit
This commit is contained in:
111
cool_term.stc
Normal file
111
cool_term.stc
Normal file
@@ -0,0 +1,111 @@
|
||||
Port = COM6
|
||||
BaudRate = 115200
|
||||
DataBits = 8
|
||||
Parity = N
|
||||
StopBits = 1
|
||||
FlowControlCTS = false
|
||||
FlowControlDTR = false
|
||||
FlowControlXON = false
|
||||
UseSoftwareSupportedFlowControl = true
|
||||
BlockKeystrokesWhileFlowHalted = true
|
||||
DTRDefaultState = true
|
||||
RTSDefaultState = true
|
||||
ViewerMode = Plain
|
||||
WrapPlainText = true
|
||||
TerminalMode = Raw
|
||||
EnterKeyEmulation = CRLF
|
||||
EnterKeyEmulationCustomSequence = 00 1B
|
||||
EmulateSpecialKeys = false
|
||||
EnableBell = false
|
||||
FormatTABtext = false
|
||||
FormatTABtextColumnWidth = 8
|
||||
ReplaceSpacesWithTAB = false
|
||||
ReplaceSpacesWithTABthreshold = 2
|
||||
EnableFormFeed = false
|
||||
EnableEndOfText = false
|
||||
IgnoreLineFeed = false
|
||||
CombineCR = false
|
||||
UseRealCR = false
|
||||
HandleEscHome = false
|
||||
HandleEscEnd = false
|
||||
ConvertESCD = false
|
||||
FilterASCIIescapeSequences = false
|
||||
PlainTextEncoding = SystemDefault
|
||||
LocalEcho = false
|
||||
ReplaceTAB = false
|
||||
TABSpaces = 4
|
||||
ConvertNonPrint = true
|
||||
RemoveHighBit = false
|
||||
EnableBackspace = false
|
||||
LoopbackRXData = false
|
||||
IgnoreFramingErrors = true
|
||||
IgnoreBreakCondition = true
|
||||
RXBufferSize = 10000
|
||||
RXDataTimeStamp = true
|
||||
RXDataTimeStampFormat = Time+Millis
|
||||
RXDataTimeStampWaitForEOL = false
|
||||
CaptureFormat = Raw
|
||||
CaptureFormatHexData = true
|
||||
CaptureTimeStamp = true
|
||||
CaptureTimeStampFormat = Time+Millis
|
||||
CaptureWaitForTerminationString = true
|
||||
CaptureTerminationString = 0D 0A
|
||||
CaptureRetainTerminationString = false
|
||||
CaptureLocalEcho = false
|
||||
CaptureLabelRXTX = false
|
||||
CaptureFileStaysOpen = true
|
||||
CaptureAutostart = false
|
||||
CaptureAutoAppend = false
|
||||
CaptureAutoFilename =
|
||||
CapturePath = C:\Users\remi.heredero\Downloads\CoolTermWin-2.0.0\CoolTermWin\
|
||||
TerminateSendString = false
|
||||
TerminationString = 0D 0A
|
||||
TXCharDelayEnabled = false
|
||||
TXCharDelay = 3000
|
||||
TXLineDelayEnabled = false
|
||||
TXLineDelay = 3000
|
||||
TXLineDelayChars = 0A
|
||||
TXLineDelayMatchAllChars = false
|
||||
TXPacketDelayEnabled = false
|
||||
TXPacketDelay = 3000
|
||||
TXPacketSize = 256
|
||||
WaitForRemoteEcho = false
|
||||
RemoteEchoTimeout = 1000000
|
||||
XmitWaitEnable = false
|
||||
SendTextSoundEnable = false
|
||||
TextFont = Courier
|
||||
TextFontSize = 0
|
||||
InputFontSize = 0
|
||||
TextFontColor = &h00000000
|
||||
CondenseLines = false
|
||||
TextBackgroundColor = &h00FFFFFF
|
||||
HexFont = Courier
|
||||
HexFontSize = 0
|
||||
ShowToolbar = true
|
||||
ShowToolbarButtonLabels = true
|
||||
ToolbarConfig = New,Open,Save,Separator,Connect,Disconnect,Separator,Options,Separator,Clear,ViewMenu,Separator,Help
|
||||
AutoConnect = false
|
||||
AutoDisconnect = false
|
||||
AutoRunMacro =
|
||||
AutoReconnect = true
|
||||
AutoReconnectDelay = 100
|
||||
ShowConnectionTimer = true
|
||||
ShowRxTxByteCounts = true
|
||||
ResetStatisticsWhenPortOpens = true
|
||||
RefreshInterval = 100
|
||||
ChartShowLegend = true
|
||||
ChartXAxisDataSource = None
|
||||
ChartTitle =
|
||||
ChartXAxisLabel =
|
||||
ChartYAxisLabel =
|
||||
ChartXAutoLimits = true
|
||||
ChartYAutoLimits = true
|
||||
ChartXLimitMin = 0
|
||||
ChartXLimitMax = 10
|
||||
ChartYLimitMin = 0
|
||||
ChartYLimitMax = 10
|
||||
ChartXDataColumn = 1
|
||||
ChartTimeReference = ElapsedTime
|
||||
ChartXAxisScaleRatio = 1
|
||||
KeepOnTop = false
|
||||
WindowPosition = -852,428,700,480
|
||||
Reference in New Issue
Block a user