cp210x-program icon indicating copy to clipboard operation
cp210x-program copied to clipboard

EEPROM tool for Silabs CP210x USB-Serial adapter

Results 9 cp210x-program issues
Sort by recently updated
recently updated
newest added

First, thanks for your effort! The tables with the vendor and product IDs all list CP210{1..4} the same, so the readme should advise on how to distinguish them. Even a...

running: `./venv/bin/cp210x-program.py ` gets: ``` Traceback (most recent call last): File "/root/homebridge/./venv/bin/cp210x-program.py", line 247, in main() File "/root/homebridge/./venv/bin/cp210x-program.py", line 243, in main options.action(options) File "/root/homebridge/./venv/bin/cp210x-program.py", line 139, in read_cp210x usbdev...

When you try to read with tox 4.11.1 (tox -e read) it generates error: > read: failed with pass_env values cannot contain whitespace, use comma to have multiple values in...

Please consider publishing each version of cp210x-program Python package on PyPI (Python Package Index) https://pypi.org Tip is also that there is GitHub Actions that automatically push each new release to...

```bash ./cp210x-program -I testdata/cp2102-orig.ini --write-cp210x ``` > Traceback (most recent call last): File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 239, in main() File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 235, in main options.action(options) File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 169, in...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

matz@lenovo:~/src/cp210x-program$ python setup.py No `name` configuration, performing automatic discovery Traceback (most recent call last): File "/home/matz/.local/lib/python3.10/site-packages/setuptools/config/expand.py", line 70, in __getattr__ return next( StopIteration The above exception was the direct cause...

matz@lenovo:~/src/cp210x-program/scripts$ ./cp210x-program.py Traceback (most recent call last): File "/home/matz/src/cp210x-program/scripts/./cp210x-program.py", line 17, in from cp210x import __license__, __version__, cp210x, valuefile ImportError: cannot import name '__license__' from 'cp210x' (/home/matz/src/cp210x-program/scripts/cp210x.py)

As visible from Figure 5.3 and Table 5.3 in the [CP210N Datasheet](https://www.silabs.com/documents/public/data-sheets/cp2102n-datasheet.pdf), the QFN20 package uses GPIO.2/TXT and GPIO.3/RXT, as opposed to GPIO.0/TXT and GPIO.1/RXT, respectively, for the other two...