kw-cp210x-program


Namekw-cp210x-program JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/VCTLabs/cp210x-program
SummaryProvides access to the EEPROM in an Silabs CP210x
upload_time2023-09-13 11:24:06
maintainer
docs_urlNone
authorJohannes Hölzl
requires_python
licenseattr: cp210x.__license__
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The goal of this library is to provide access to the EEPROM of an Silabs CP210x
under Linux.

The CP210x is an USB-to-serial chip used in a lot of USB devices (similar to
FTDIs and PL2303). The CP210x has a EEPROM on the chip which can be programmed
via USB. Silabs provides already a library and gui programm to program this
EEPROM, but only for windows.

For more information see:
* http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/Interface/en/interface.htm
* http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Interface/en/an144.pdf

Requires:
* libusb: http://libusb.sourceforge.net/
* ctypes: http://starship.python.net/crew/theller/ctypes/



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/VCTLabs/cp210x-program",
    "name": "kw-cp210x-program",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Johannes H\u00f6lzl",
    "author_email": "johannes.hoelzl@gmx.de",
    "download_url": "https://files.pythonhosted.org/packages/87/fd/c6060cfedb66481f21e102872ec0a23f4762876c3e0736464e8daba33ef2/kw-cp210x-program-0.4.1.tar.gz",
    "platform": "POSIX",
    "description": "\nThe goal of this library is to provide access to the EEPROM of an Silabs CP210x\nunder Linux.\n\nThe CP210x is an USB-to-serial chip used in a lot of USB devices (similar to\nFTDIs and PL2303). The CP210x has a EEPROM on the chip which can be programmed\nvia USB. Silabs provides already a library and gui programm to program this\nEEPROM, but only for windows.\n\nFor more information see:\n* http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/Interface/en/interface.htm\n* http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Interface/en/an144.pdf\n\nRequires:\n* libusb: http://libusb.sourceforge.net/\n* ctypes: http://starship.python.net/crew/theller/ctypes/\n\n\n",
    "bugtrack_url": null,
    "license": "attr: cp210x.__license__",
    "summary": "Provides access to the EEPROM in an Silabs CP210x",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/VCTLabs/cp210x-program"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c49b61f82d911e7059da7234f3670490e14075c6f12bc372fb850a270be7777f",
                "md5": "c8a13948f7b9e4fd11d30dc84e6ae8f4",
                "sha256": "d7f2f62a2864e28f4699e37186ac6def9e912f8801542377ccd15f210a223eee"
            },
            "downloads": -1,
            "filename": "kw_cp210x_program-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c8a13948f7b9e4fd11d30dc84e6ae8f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 22864,
            "upload_time": "2023-09-13T11:24:05",
            "upload_time_iso_8601": "2023-09-13T11:24:05.034034Z",
            "url": "https://files.pythonhosted.org/packages/c4/9b/61f82d911e7059da7234f3670490e14075c6f12bc372fb850a270be7777f/kw_cp210x_program-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87fdc6060cfedb66481f21e102872ec0a23f4762876c3e0736464e8daba33ef2",
                "md5": "6a196ae51396a164d3352411a948b151",
                "sha256": "bc23dd16349a230aa1c9cb4f6cabcb695c180428a520886192b2f6298d436143"
            },
            "downloads": -1,
            "filename": "kw-cp210x-program-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6a196ae51396a164d3352411a948b151",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 110217,
            "upload_time": "2023-09-13T11:24:06",
            "upload_time_iso_8601": "2023-09-13T11:24:06.894449Z",
            "url": "https://files.pythonhosted.org/packages/87/fd/c6060cfedb66481f21e102872ec0a23f4762876c3e0736464e8daba33ef2/kw-cp210x-program-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 11:24:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VCTLabs",
    "github_project": "cp210x-program",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "kw-cp210x-program"
}
        
Elapsed time: 0.22362s