JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
495 stars 106 forks source link

MicroPython REPL doesn't work with newest Pycharm #275

Open MATTYGILO opened 6 months ago

MATTYGILO commented 6 months ago

Version 2023.3 https://www.jetbrains.com/pycharm/download/other.html

ianc1215 commented 5 months ago

Can confirm it also doesn't work with the patch version 2023.3.2.

asdaraujo commented 5 months ago

@ianc1215 please see this for a workaround until there's a fix

ianc1215 commented 5 months ago

How about for Windows 11? This solution appears to be for Linux.

From: Andre Araujo @.> Sent: Saturday, January 20, 2024 17:16 To: JetBrains/intellij-micropython @.> Cc: Ian Campbell @.>; Mention @.> Subject: Re: [JetBrains/intellij-micropython] MicroPython REPL doesn't work with newest Pycharm (Issue #275)

@ianc1215 https://github.com/ianc1215 please see this https://github.com/JetBrains/intellij-micropython/issues/274#issuecomment-1877979780 for a workaround until there's a fix

— Reply to this email directly, view it on GitHub https://github.com/JetBrains/intellij-micropython/issues/275#issuecomment-1902277610 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2UFVYXXAAEQFTDVE7JZNDYPQ6YFAVCNFSM6AAAAABBBVJRZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGI3TONRRGA . You are receiving this because you were mentioned. https://github.com/notifications/beacon/AA2UFV2LL77U6JUSMNIXISDYPQ6YFA5CNFSM6AAAAABBBVJRZ6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTRMJZ6U.gif Message ID: @. @.> >

britesc commented 3 months ago

Bump Can confirm VSCode and Thonny work perfectly as does mpremote. Still not working in PyCharm.

albertogomcas commented 1 month ago

@ianc1215 Instead of dev/tty/... simply use the windows com port of your device

python .\.repl\microrepl.py com11

walker2398 commented 1 month ago

It's now 2024.1,and my REPL still doesn't work.