Replies: 1 comment 3 replies
-
Have you try pressing the Enter key a few times? This will give you the prompt >>>. You can also try: $ tio /dev/ttyUSB0
[tio 21:50:26] tio v1.32
[tio 21:50:26] Press ctrl-t q to quit
[tio 21:50:26] Connected
>>>
>>>
>>> or $ miniterm /dev/ttyUSB0 115200
--- Miniterm on /dev/ttyUSB0 115200,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
>>>
>>> or better $ mpremote u0
Connected to MicroPython at /dev/ttyUSB0
Use Ctrl-] or Ctrl-x to exit this shell
>>>
>>> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I tried micropython for the first time. I followed the steps described in the documentation to flash the board with the latest firmware. I suppose I succeeded, but something bothers me. The documentation suggests using the
picocom /dev/ttyUSB0 -b115200
command to get the REPL. When I do this, picocom does not show anything until I launch the Arduino IDE and open the serial port in it. After this,>>
appears in picocom and I can successfully use the interpreter. If any of you have encountered this and found a solution, I'd greatly appreciate your insights.Used commands:
OS: Ubuntu2204
BOARD: No-name board from Aliexpress with ESP8266MOD
FLASH: 4MB
Beta Was this translation helpful? Give feedback.
All reactions