-
Can I call it PYBSE1.0?
[PYBSE.pdf](https://github.com/micropython/pyboard/files/276770/PYBSE.pdf)
-
There seems to be a `--verbose (-v)` option to the rsync command but it's not detailed in the documentation excepting in an oblique reference via `--dry-run`.
-
When the background thread is working in Pico, then submitting the next REPL command fails because of random syntax error.
The problem was initially reported under https://github.com/thonny/thonny/…
-
The main WiKi [here](https://github.com/SamsungResearchUK-IoT-Meetup/multimode_sensor_platform/wiki) is incorrect in how you setup the MicroWebSrv.
It needs instructions on:
- [x] What files have …
-
Looking through the documentation, rshell seems to support moving files to the micropython device's storage:
`usage: cp SOURCE DEST`
`usage: rsync [-m|--mirror] [-n|--dry-run] [-q|--quiet] SRC_D…
-
This is arguably trivial, but if /dev/ttyACM0 has only just been instantiated when rshell is started the following occurs:
```
$ rshell
Traceback (most recent call last):
File "/usr/lib/python3/dis…
-
Using rshell (in 32-bit Windows 7), the console appears to not handle the Esc ]K sequence returned by the pyboard after a backspace is sent. For example, if one enters "type" followed by a backspace,…
klaff updated
5 years ago
-
Just did. fresh install on Debian, but cannot get it to run, any ideas ??
```
Connecting to /dev/ttyUSB0 (buffer-size 32)...
Traceback (most recent call last):
File "/usr/local/lib/python3.7/d…
-
I've spent a couple of days chasing a timing bug and I think I've nailed the cause: the SysTick handler appears to sporadically miss out a chunk of time (about 170ms). I checked this by modifying the …
-
When calling the station interface **connect** method there is a need to verify whether the connection succeeded. On ESP8266 and ESP32 this can be done with
```python
while s.status() == network.STA…