-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UART on 32bit Re-Arm #20
Comments
Any further work on this...im kinda having same issue here but with arduino due and radds shield...i will love to se this working...im only planning to use X Y Z with tmc2208 |
On Re-Arm the software serial might work on different pins. Maybe on the ETH port, but I haven't tried this and I don't know if it would work. DUE should work when used with hardware serial but SW Serial is not supported due to limited library availability. |
hi I tried to connect to the driver with atmega 328 pb, but I could not because the compiler gives me error, then I tried to rewrite the bibliotabel by removing the software serial option, then the compiler did not give more error but then the 328pb not connects to the tmc2208 driver. |
Please make a new ticket as this one concerns Re-Arm. It's also a good practise to paste in the compiler error you'd like to report. |
Oh I 'm sorry! |
Hi ! I try too to declare my TMC2208 in UART mode in Marlin with my Re-arm/RAMPS board. Is it functionnal for somebody ? |
I'm going to receive a Re-Arm in the next few days, replacing my RAMPS Atmega2560 Setup. From my Research so far there shouldn't be an issue to run my TMC2130 in SPI, the question is about the TMC2208 I'm using as well. As the Re-Arm doesn't break out the usual TX / RX Pins 40,42,44 and 63 64 65 so SW_Serial can not be used.
Could you share Information on how to possible set up and connect 2208 with Hardware Serial.
Regards Richard
The text was updated successfully, but these errors were encountered: