[1.1.x] Fixed wrong information about TMC2208 wiring (#9334)
This commit is contained in:
committed by
Scott Lahteine
parent
923f17328f
commit
652162777b
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1021,9 +1021,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1015,9 +1015,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1010,9 +1010,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1008,9 +1008,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
@@ -1009,9 +1009,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
* to PDN_UART without a resistor.
|
||||||
* The drivers can also be used with hardware serial.
|
* The drivers can also be used with hardware serial.
|
||||||
*
|
*
|
||||||
* You'll also need the TMC2208Stepper Arduino library
|
* You'll also need the TMC2208Stepper Arduino library
|
||||||
|
Reference in New Issue
Block a user