Replies: 2 comments 3 replies
-
Note, that if you have the Web Desktop open then you wont get anything on the USB/Serial port. |
Beta Was this translation helpful? Give feedback.
3 replies
-
The problem I had with putty. If you start putty, get set serial port setup, plug in the USB cable, wait for the host computer to recognize the device then open the putty terminal. You should see the ESP32 boot up messages. It was easier with a Linux box and the tio program (simple TTY terminal) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Last time I used a serial connection was on an Apple //e. Apps were single function and the only thing I had to configure was baud rate, 8N1, XON/OFF etc. Simple.
Using Windows with Putty and USB cable directly into the Pico. VCP drivers are installed and seem to be working because when I plug in the Pico, COMM 5 pops up on the list of Windows devices ... windows sees the pico (probably good enough for step 8). In Windows I configure COMM 5 for 115200 8N1. In Putty I configure a Serial connection on COMM 5 with 115200 8N1. Press the Open button and all I get is a 'beep'. No terminal session opens up. What am I missing?
Alternatively, using iTerm2 on the Mac. Drivers installed, etc but I cannot even see how to configure a serial connection with iTerm2. Seems like a bigger reach for me unless of course I am missing something that makes it REAL easy.
Hate asking for help with software tools but I'm getting frustrated. TIA!
Beta Was this translation helpful? Give feedback.
All reactions