decode function only works when connected to Thonny? #11073
-
Hi, I have this code that works fine when Thonny is connected and run from within Thonny:
However if run by just applying power to the RPi Pico it hangs unless the ".decode()" is removed from the last line. But that of course has other implications... The Pico talks to a SIM7020E IoT-NB modem via the uart. MicroPython v1.19.1-966-g05bb26010 on 2023-03-13; Raspberry Pi Pico W with RP2040 Any ideas? Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In that case use a simple terminal emulator like mpremote or putty. Then you will see the error message. |
Beta Was this translation helpful? Give feedback.
In that case use a simple terminal emulator like mpremote or putty. Then you will see the error message.