ftd3xx


Nameftd3xx JSON
Version 1.0 PyPI version JSON
download
home_pagehttp://www.ftdichip.com/Products/ICs/FT600.html
SummaryPython interface to ftd3xx.dll using ctypes
upload_time2023-04-06 21:16:59
maintainer
docs_urlNone
authorFuture Technology Devices International Ltd.
requires_python
license
keywords ftd3xx d3xx ft60x ft600 ft601
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FTD3XX

A Python wrapper around FTDI's D3xx DLL.

This requires the [D3XX drivers](https://ftdichip.com/drivers/d3xx-drivers/) to be installed on the system.


## Credits
This code comes from FTDI's [examples page](https://ftdichip.com/software-examples/ft600-601-software-examples/).

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.ftdichip.com/Products/ICs/FT600.html",
    "name": "ftd3xx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ftd3xx d3xx ft60x ft600 ft601",
    "author": "Future Technology Devices International Ltd.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6a/d8/370a98bc6d8e3530ad193e019e62e4acf080a430e182f9d384db8517de49/ftd3xx-1.0.tar.gz",
    "platform": null,
    "description": "# FTD3XX\n\nA Python wrapper around FTDI's D3xx DLL.\n\nThis requires the [D3XX drivers](https://ftdichip.com/drivers/d3xx-drivers/) to be installed on the system.\n\n\n## Credits\nThis code comes from FTDI's [examples page](https://ftdichip.com/software-examples/ft600-601-software-examples/).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python interface to ftd3xx.dll using ctypes",
    "version": "1.0",
    "split_keywords": [
        "ftd3xx",
        "d3xx",
        "ft60x",
        "ft600",
        "ft601"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f76aededa7339b2a1add1ed8efe5c2b923fbf37deb3f8b3d01f561b16939ede9",
                "md5": "201f877f4383ed75a599753e7f50019a",
                "sha256": "8f99aa1dd619d03fe5a307399264cf709bc2dc57f076d436529d08ec0be0e0b8"
            },
            "downloads": -1,
            "filename": "ftd3xx-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "201f877f4383ed75a599753e7f50019a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 171489,
            "upload_time": "2023-04-06T21:16:57",
            "upload_time_iso_8601": "2023-04-06T21:16:57.269450Z",
            "url": "https://files.pythonhosted.org/packages/f7/6a/ededa7339b2a1add1ed8efe5c2b923fbf37deb3f8b3d01f561b16939ede9/ftd3xx-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ad8370a98bc6d8e3530ad193e019e62e4acf080a430e182f9d384db8517de49",
                "md5": "6700fb3451c536b7f51d91f861f90c0c",
                "sha256": "fc251eb3ce2399ad2ab127dfbe4ba3a846de20c9b27228f35f885e2a443d839e"
            },
            "downloads": -1,
            "filename": "ftd3xx-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6700fb3451c536b7f51d91f861f90c0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 169128,
            "upload_time": "2023-04-06T21:16:59",
            "upload_time_iso_8601": "2023-04-06T21:16:59.152265Z",
            "url": "https://files.pythonhosted.org/packages/6a/d8/370a98bc6d8e3530ad193e019e62e4acf080a430e182f9d384db8517de49/ftd3xx-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 21:16:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ftd3xx"
}
        
Elapsed time: 0.05242s