Non-standard UART on MKS-DLC32 #704
bullestock
started this conversation in
General
Replies: 1 comment 1 reply
-
Using pins that are also assigned to auxiliary ports? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the ESP32 driver on a Makerbase DLC32. Compiling with default options works fine and lets me communicate with the board via the USB port.
Now I would like to instead use two pins on the extension connector as UART pins. I tried this in my_machine.h - and it works to the extent that I can no longer communicate via USB, but I cannot get it to work on the UART pins either:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions