-
I have an issue with rshell that seems to be caused by the USB comms.
If I issue the command `cp ports/rp2/examples/* /pyboard` then rshell will hang, typically on the first file.
If I add some …
-
### Description
Thank you shared this impressive project, I used the version:2.3.7 umodbus code, when run this code, the error shows: TypeError:extra keyword arguments given. Follow as code:
`# mod…
-
The following script produces unexpected behaviour on a Pyboard 1.1
```python
import uasyncio as asyncio
from machine import UART
import monitor
from pyb import LED
led = LED(1)
uarts = [] #…
-
I'm running 1.8.4 and I notice that data pasted into the WebREPL is truncated.
Start up the WebREPL and trying pasting the following
"****************************************************************…
cpopp updated
11 months ago
-
When a student submits a project, the output from the tar extraction overflows outside of the page box. Looks bad, man. /shrug
Bug discovery courtesy of Jessica Bracht.
-
**REMEMBER TO ATTACH YOUR LOG FILE**
Version: 1.2.0
Locale: en_US
Platform: Windows 10 10.0.19045 AMD64
```
Traceback (most recent call last):
File "C:\Users\ivanr\AppData\Local\Programs\M…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
-
I've been trying to compile the 'Blinky' code example for a while now.
After setting up MPLAB with the XC16 compiler (which, according to microchip, is equivalent to the X30) I get the following comp…
-
I am curious about micropython support. In case I want to develop embedded device with BACnet support. Is it hard to port bacpypes to Micropython?