Need to lower uart baud rate for Windows? #103
Unanswered
grtwje
asked this question in
Tutorial Questions
Replies: 1 comment 1 reply
-
While the baud rate might be a problem, there's a bigger WSL 2 issue blocking access, 4322. |
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
-
I working on 06_drivers_gpio_uart. I have the Adafruit serial cable. miniterm sits waiting but never connects. My environment is WSL. I installed the adafruit Windows driver, and it shows up on COM3. I see in the uart code that the baud rate is set to 921,600. Since Windows only allows COM3 to go up to 128,000, I wonder if this is my problem? I'm new to this and thought I should see if I'm on the right track before wasting too much time.
Beta Was this translation helpful? Give feedback.
All reactions