MKS-SKIPR icon indicating copy to clipboard operation
MKS-SKIPR copied to clipboard

TMC2209 v3.1 UART Error

Open pt1c opened this issue 3 years ago • 2 comments

Hello, I'm trying to connect tmc2209 v3.1 to UART, jumper in right place, like in manual

image

But when i configurate tmc2209 section

image

I get an error

image

and log is:

[tmc2209 stepper_x]
uart_pin = PE6
run_current = 0.8
hold_current = 0.5
interpolate = True
stealthchop_threshold = 400
=======================
Unhandled exception during connect
Traceback (most recent call last):
  File "/home/mks/klipper/klippy/klippy.py", line 175, in _connect
    self._read_config()
  File "/home/mks/klipper/klippy/klippy.py", line 141, in _read_config
    self.load_object(config, section_config.get_name(), None)
  File "/home/mks/klipper/klippy/klippy.py", line 121, in load_object
    mod = importlib.import_module('extras.' + module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/mks/klipper/klippy/extras/tmc2209.py", line 6, in <module>
    from . import tmc2208, tmc2130, tmc, tmc_uart
EOFError: EOF read where object expected
webhooks client 281473650880808: New connection
webhooks client 281473650880808: Client info {'program': 'Moonraker', 'version': 'v0.8.0-30-g110cbd1'}

Is problem with wiring? Or drivers?

pt1c avatar Mar 29 '23 10:03 pt1c

Did you solve this problem?

Lucashh3 avatar Jul 26 '23 03:07 Lucashh3

Did you solve this problem?

No

pt1c avatar Jul 26 '23 08:07 pt1c