UART - USB pass through for Pico..?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
FeK9
Posts: 33
Joined: Sun Jan 20, 2019 8:19 am

UART - USB pass through for Pico..?

Post by FeK9 » Sat Dec 11, 2021 9:42 am

Morning All...

I've scratch every where, I'm looking for a serial pass through in micropython... I
find only one example in the manual, it seems to be for a PyBoard and Google's
reply to the search is a bit noise,,,

I want direct serial access to one of these 'Wave Pi Pico ESP8266 WiFi Expansion'

Image

I can access it via AT commands in micropython script, but prefer access directly via keyboard to
help with diagnostics... It seem it's firmware is a bit dated, but prefer not to update it unless I have to...

Code: Select all

AT+GMR
AT version:1.2.0.0(Jul  1 2016 20:04:45)
SDK version:1.5.4.1(39cb9a32)
Ai-Thinker Technology Co. Ltd.
Dec  2 2016 14:21:16
OK]

Post Reply