TMC2208Stepper icon indicating copy to clipboard operation
TMC2208Stepper copied to clipboard

Is it possible to use 1 uart

Open ShohninDmitriy opened this issue 5 years ago • 3 comments

Is it possible to use 1 uart and switch driver chips using addressing individual pins

default

ShohninDmitriy avatar Feb 03 '19 10:02 ShohninDmitriy

Possible: quite likely. Supported by the library itself: no.

You could however define each driver instance to have the same serial port or sw serial pins and then just toggle correct the addressing pin before trying to communicate with a driver.

teemuatlut avatar Feb 03 '19 10:02 teemuatlut

and how to implement it for example in marlin or klipper

ShohninDmitriy avatar Feb 03 '19 11:02 ShohninDmitriy