Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:micropython [2020/08/16 06:00] – [STM32] darron | tools:micropython [2020/08/17 11:35] (current) – [ESP32] darron | ||
---|---|---|---|
Line 116: | Line 116: | ||
MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32 | MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32 | ||
Type " | Type " | ||
+ | >>> | ||
+ | __main__ | ||
+ | _boot | ||
+ | _onewire | ||
+ | _thread | ||
+ | _uasyncio | ||
+ | _webrepl | ||
+ | apa106 | ||
+ | btree | ||
+ | builtins | ||
+ | cmath | ||
+ | dht | ||
+ | ds18x20 | ||
+ | esp | ||
+ | esp32 | ||
+ | flashbdev | ||
+ | framebuf | ||
+ | Plus any modules on the filesystem | ||
</ | </ | ||
Line 217: | Line 235: | ||
2020-08-16T07: | 2020-08-16T07: | ||
2020-08-16T07: | 2020-08-16T07: | ||
+ | </ | ||
+ | |||
+ | Run | ||
+ | |||
+ | < | ||
+ | picocom -b 115200 / | ||
+ | picocom v3.1 | ||
+ | |||
+ | port is : / | ||
+ | flowcontrol | ||
+ | baudrate is : 115200 | ||
+ | parity is : none | ||
+ | databits are : 8 | ||
+ | stopbits are : 1 | ||
+ | escape is : C-a | ||
+ | local echo is : no | ||
+ | noinit is : no | ||
+ | noreset is : no | ||
+ | hangup is : no | ||
+ | nolock is : no | ||
+ | send_cmd is : sz -vv | ||
+ | receive_cmd is : rz -vv -E | ||
+ | imap is : | ||
+ | omap is : | ||
+ | emap is : crcrlf, | ||
+ | logfile is : none | ||
+ | initstring | ||
+ | exit_after is : not set | ||
+ | exit is : no | ||
+ | |||
+ | Type [C-a] [C-h] to see available commands | ||
+ | Terminal ready | ||
+ | |||
+ | MPY: sync filesystems | ||
+ | MPY: soft reboot | ||
+ | MicroPython v1.12-663-g9883d8e81 on 2020-08-16; NUCLEO-F411RE with STM32F411xE | ||
+ | Type " | ||
</ | </ | ||
=== Resources === | === Resources === |