<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
        <description> Hi all i have problem and i dont know if it is software related or hardware... I hope you can help me out.
Recently i bought MKS Gen L v1.0 board with 5 TMC2209 drivers for a cheap. Problem is i cant get them work vith UART.
The drivers are a little strange, on all TMC2209 that i found on tutorials there are 3 pins, but on mine only 2.
Drivers are fysetc 2209 v3. Here is a link [wiki.fysetc.com]
As a hobbyist that schematics wont really help me coz i dont understand it...
I tried all i could, solder 1k resistor on one pin, tried with two separate wires one on tx one on rx pin, tried to swap plases, tried to remap dedicated pins, #define SOFTWARE_DRIVER_ENABLE on and off, ... no luck
Here is my configuration and some pictures. Pls help i really ned printer to work thanks in advance
[ibb.co]
[ibb.co]</description>
        <link>https://reprap.org/forum/read.php?13,878715,878715#msg-878715</link>
        <lastBuildDate>Sun, 10 May 2026 10:02:00 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,878715,882858#msg-882858</guid>
            <title>Re: MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
            <link>https://reprap.org/forum/read.php?13,878715,882858#msg-882858</link>
            <description><![CDATA[ This might help [<a href="https://reprap.org/forum/read.php?415,882845,882857#msg-882857" target="_blank" >reprap.org</a>]]]></description>
            <dc:creator>devguy</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 28 Mar 2021 02:19:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,878715,878796#msg-878796</guid>
            <title>Re: MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
            <link>https://reprap.org/forum/read.php?13,878715,878796#msg-878796</link>
            <description><![CDATA[ I didn't solve problem ... Pls help]]></description>
            <dc:creator>Koby_88</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 13 Nov 2020 02:04:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,878715,878735#msg-878735</guid>
            <title>Re: MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
            <link>https://reprap.org/forum/read.php?13,878715,878735#msg-878735</link>
            <description><![CDATA[ Hi thanks for the answer i will try that, just one more question vhat is ck pin that i need to cut on TMC2209 v3 ?]]></description>
            <dc:creator>Koby_88</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 11 Nov 2020 05:10:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,878715,878722#msg-878722</guid>
            <title>Re: MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
            <link>https://reprap.org/forum/read.php?13,878715,878722#msg-878722</link>
            <description><![CDATA[ Mixing brands of electrics components is a bad idea. They use different pinout standards.<br />
<br />
In this case <br />
you need to remove all jumpers under the stepper module.<br />
you need to cut the lower pins on CK and RX, make sure they are not connected to the motherboard.<br />
<br />
<br />
Firmware:<br />
leave SOFTWARE_DRIVER_ENABLE disabled.<br />
<br />
Example for X axis<br />
<br />
the pins file defaults to  <br />
    #define X_SERIAL_TX_PIN                   40<br />
    #define X_SERIAL_RX_PIN                   63<br />
<br />
If you want 1 wire mode on tmc2209 on two wire controller<br />
you join TX and RX on top of tmc2209 then wire it like you have with a 1K resistor on the controller TX line <br />
<br />
you can also just use 1 wire on tmc2209 and 1 wire on the controller.<br />
you join TX and RX on top of tmc2209 and wire the one wire to the RX pin  (has to go to RX pin, it has change interrupt capability) <br />
and updated pins to.<br />
    #define X_SERIAL_TX_PIN                   63<br />
    #define X_SERIAL_RX_PIN                   63]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 10 Nov 2020 20:32:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,878715,878715#msg-878715</guid>
            <title>MKS Gen L v1.0 + TMC2209 V3 UART problem</title>
            <link>https://reprap.org/forum/read.php?13,878715,878715#msg-878715</link>
            <description><![CDATA[ Hi all i have problem and i dont know if it is software related or hardware... I hope you can help me out.<br />
Recently i bought MKS Gen L v1.0 board with 5 TMC2209 drivers for a cheap. Problem is i cant get them work vith UART.<br />
The drivers are a little strange, on all TMC2209 that i found on tutorials there are 3 pins, but on mine only 2.<br />
Drivers are fysetc 2209 v3. Here is a link [<a href="https://wiki.fysetc.com/Silent2209/" target="_blank"  rel="nofollow">wiki.fysetc.com</a>]<br />
As a hobbyist that schematics wont really help me coz i dont understand it...<br />
I tried all i could, solder 1k resistor on one pin, tried with two separate wires one on tx one on rx pin, tried to swap plases, tried to remap dedicated pins, #define SOFTWARE_DRIVER_ENABLE on and off, ... no luck<br />
Here is my configuration and some pictures. Pls help i really ned printer to work thanks in advance<br />
[<a href="https://ibb.co/1bZ9gtD" target="_blank"  rel="nofollow">ibb.co</a>]<br />
[<a href="https://ibb.co/GdJ8MhN" target="_blank"  rel="nofollow">ibb.co</a>]]]></description>
            <dc:creator>Koby_88</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 10 Nov 2020 16:32:41 -0500</pubDate>
        </item>
    </channel>
</rss>
