-
In some occasions, the expected confirmation and control bytes just don't appear.
Example: https://forum.micropython.org/viewtopic.php?f=16&t=9570&sid=70db886a6659dc07e0cae62e61080532:
```
ERRO…
-
We can create Python script in the utils folder to convert Python stub files (.py or .pyi files) into the files that Qscintilla takes to generate the autocompletion.
Example input stub files to use…
-
The app crashed occasionally and does not allow many other apps to be installed.
An important factor is the sha1 implementation in the totp directory. There might be better solutions.
* micropyth…
plan5 updated
2 years ago
-
@dhylands - I run across a problem using `rshell`.
When there is *no* `board.py` file with `name='pyboard'` on the target system, the program exits with an error:
```
/Users/roland/workspace/rshe…
-
### 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…
-
Is there a way to transfer files to the device from within a notebook? I'm currently using the notebook to prototype, and then when the code is ready I'd like to do
```
%local
%%writefile test.py
…
-
I found the following in my notes (it has been a while), but it would be good if someone wants to confirm:
- Hold left during boot: Do not mount file system, so skip executing `boot.py` and `…
-
I believe factory reset should be available as an alternative to USR. USR might not be practical or accessible for custom boards or how the device might be enclosed or accessed.
This might also be…
-
I am getting the following error trying to initialize wifi network using `.connect`:
```
ampy.pyboard.PyboardError: ('exception', b'', b'Traceback (most recent call last):\r\n File "", line 19, i…
-
This is a really nice project!
Most SCPI-capable devices keep the TCP connection open so multiple commands can be sent!
However, scpidev closes the connection after each command. Is there a way to…