mpremote fails with TransportError #17756
-
I've recently been advised to switch from ampy to mpremote. I've just installed mpremote but it fails when I use it to access my RP2040 thus:
It seems to be able to automatically find the correct USB port, but a naked command only responds to CTRL/X or CTRL/] All other chars are ignored thus:
It also gives me a weird version number thus:
ampy works OK:
Any advice please? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Solved by installing latest Micropython. |
Beta Was this translation helpful? Give feedback.
-
How did you install |
Beta Was this translation helpful? Give feedback.
-
I encountered the same issue. However, I managed to correctly identify the version of Micropython, and this issue appears to be sporadic. |
Beta Was this translation helpful? Give feedback.
-
I used:
pip install --user mpremote
…On 26 July 2025 22:25:56 BST, Mark Blakeney ***@***.***> wrote:
CAUTION: This email originated from outside of the LMB:
.***@***.***
Do not click links or open attachments unless you recognize the sender and know the content is safe.
If you think this is a phishing email, please forward it to ***@***.***
--
Those instructions say two different ways. Which one did you use?
--
Reply to this email directly or view it on GitHub:
#17756 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
off topic: Can you trust a known in securable system ( >5 years after extended EOL ) that is connected to the internet ? If you are not held back by incompatible hardware , personally I have taken the discomfort of the update over the pain of an almost certain infection. |
Beta Was this translation helpful? Give feedback.
Solved by installing latest Micropython.