<a rel="nofollow" target="blank">Repetier</a> said:
Maybe when 2130 is working in V2 you can adopt it to 2208:-)
I will have a look at it, but I may have underestimated how "trivial" such an mod could be. The TMC2208 uart connection to the MCU must be done to one of the hardware serial ports and this limits your pin selection. (software serial would possibly interfere with interrupts and timers) Also, addressing individual drivers in stead of plain broadcast to all would require an analog switch like the 74HCT4051 and 3 IO pins.
Looking at this, I think it would be easier to have a companion controller that gets a signal form the printer controller to push settings to the drivers like what I have currently.
My setup has diodes attached to the enable pin of all the drivers and my companion board and looks for changes in state to push the settings to the drivers. I would like to change this to 1 digital output from the printer controller.
Can you please guide me, in your code, where would I need to look for the drivers being enabled and disabled to achieve the above?