From 0c85b857d0e3ad41095f23c06d5c760eaac0968a Mon Sep 17 00:00:00 2001 From: peteGSX <97784652+peteGSX@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:51:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20DCC-EX/D?= =?UTF-8?q?CCEXProtocol@b4751783194bd31aaab79804df5be9886df947d8=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/examples.rst.txt | 9 ++++++++- bugs-requests.html | 1 + contribute.html | 1 + examples.html | 19 +++++++++++++------ genindex.html | 1 + include/include.html | 1 + index.html | 1 + library.html | 1 + overview.html | 1 + search.html | 1 + searchindex.js | 2 +- site-index.html | 1 + usage.html | 1 + 13 files changed, 32 insertions(+), 8 deletions(-) diff --git a/_sources/examples.rst.txt b/_sources/examples.rst.txt index 7768478..9e30a91 100644 --- a/_sources/examples.rst.txt +++ b/_sources/examples.rst.txt @@ -66,10 +66,17 @@ For example, when setting the speed based on the position of a rotary encoder, s This ensures that the user of the throttle sees the accurate results of what the throttle is doing, and provides validation that the EX-CommandStation is responding to the user input. DCCEXProtocol_Track_type ------------------------------------- +------------------------ This example demonstrates how client throttle software can change the Track type of any track/channel. (MAIN\|PROG\|DC\|DCX\|NONE) +DCCEXProtocol_Serial +-------------------- + +This example demonstrates how to connect to an |EX-CS| using a serial based throttle, using a dedicated serial port for the connection in addition to the standard USB serial port. + +This has been tested using an Arduino Mega2560, with the default USB port as the console/output serial port, and the second serial port "Serial1" as the |EX-CS| connection. + ---- Additional Examples diff --git a/bugs-requests.html b/bugs-requests.html index f7ecc7e..ebe86fd 100644 --- a/bugs-requests.html +++ b/bugs-requests.html @@ -75,6 +75,7 @@
  • DCCEXProtocol_Turnout_control
  • DCCEXProtocol_Multi_Throttle_Control
  • DCCEXProtocol_Track_type
  • +
  • DCCEXProtocol_Serial
  • Additional Examples