From 11957a880913b775101332b1191e0aa5e40b9cf4 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 29 Sep 2018 02:17:42 +0200 Subject: ... --- com.stc | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ forth/elegoo.fs | 7 +++++++ 2 files changed, 72 insertions(+) create mode 100644 com.stc diff --git a/com.stc b/com.stc new file mode 100644 index 0000000..a4949fc --- /dev/null +++ b/com.stc @@ -0,0 +1,65 @@ +Port = Elegoo-DevB +BaudRate = 9600 +DataBits = 8 +Parity = N +StopBits = 1 +FlowControlCTS = false +FlowControlDTR = false +FlowControlXON = true +UseSoftwareSupportedFlowControl = true +BlockKeystrokesWhileFlowHalted = true +DTRDefaultState = true +RTSDefaultState = true +ReduceRefreshRate = false +LoopbackRXData = false +IgnoreRXSignalErrors = false +RXBufferSize = 10000 +CaptureFormat = Raw +CaptureFormatHexData = true +CaptureTimeStamp = false +CaptureTimeStampFormat = AbsDateTime +CaptureWaitForTerminationString = true +CaptureTerminationString = 0D 0A +CaptureRetainTerminationString = false +CaptureLocalEcho = false +CaptureFileStaysOpen = true +CaptureAutostart = false +CaptureAutoAppend = false +CaptureAutoFilename = +CapturePath = /Applications +TerminalMode = Raw +EnterKeyEmulation = CRLF +EnterKeyEmulationCustomSequence = 00 1B +EnableBell = false +FormatTABtext = false +FormatTABtextColumnWidth = 8 +ReplaceSpacesWithTAB = false +ReplaceSpacesWithTABthreshold = 2 +WrapPlainText = true +EnableFormFeed = false +EnableEndOfText = false +IgnoreLineFeed = false +FilterASCIIescapeSequences = false +PlainTextEncoding = Default +LocalEcho = false +ReplaceTAB = false +TABSpaces = 4 +ConvertNonPrint = true +EnableBackspace = true +TerminateSendString = false +TerminationString = 0D 0A +TXCharDelayEnabled = false +TXCharDelay = 3000 +TXLineDelayEnabled = true +TXLineDelay = 300000 +TXLineDelayChars = 0A +TXLineDelayMatchAllChars = false +TXPacketDelayEnabled = false +TXPacketDelay = 3000 +TXPacketSize = 256 +XmitWaitEnable = false +SendTextSoundEnable = false +ViewerMode = Plain +AutoConnect = true +AutoDisconnect = true +WindowPosition = 52,106,1172,521 \ No newline at end of file diff --git a/forth/elegoo.fs b/forth/elegoo.fs index f6d5391..bc20655 100644 --- a/forth/elegoo.fs +++ b/forth/elegoo.fs @@ -1,3 +1,10 @@ +-init +marker -init + +: init ( -- ) + idle + load+ ; + -pwm marker -pwm -- cgit v1.2.3