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