#Send message in console over MQTT?

1 messages · Page 1 of 1 (latest)

rapid urchin
#

Is there a way to send messages displayed on console over MQTT? I can display data from all motor driver registers (with DUMP_TMC), but I need to send them to Raspberry.

craggy jungle
#

No there is no way, the console only talked to Klipper

rapid urchin
#

But since there is a DUMP_TMC command I would assume that it should be possible to work with the data somehow, but I'm just guessing.

craggy jungle
#

What you want to do with it, it simple outputs the data of a stepper to the console

#

That’s all

rapid urchin
#

I would like to send the actual motor current stored in the MSCURACT register (TMC2130) to the Raspberry.