Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 24, 2020 12:48PM |
Registered: 5 years ago Posts: 23 |
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 25, 2020 12:33AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 25, 2020 04:59AM |
Registered: 5 years ago Posts: 23 |
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 25, 2020 09:33AM |
Admin Registered: 11 years ago Posts: 3,096 |
Quote
kulfuerst
Of course I understand that my current setup is not one that was originally intended to be possible. It definitely works, though. if I make a change to one z stepper (e.g. change stepper current), both receive the signal and make the according change. This is intentional on my part as I want my z steppers to be in sync.
Is there not a place in the code that I can change that allows me to assign the same slave address to both drivers? or to simply disable this check during compiling so vs code just compiles it without asking any questions?
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 25, 2020 09:37AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 25, 2020 12:16PM |
Registered: 5 years ago Posts: 23 |
Re: Cannot use the same TX pin for both Z steppers (TMC2208 UART) October 26, 2020 12:08AM |
Admin Registered: 13 years ago Posts: 7,123 |