pyft232h


Namepyft232h JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA SPI driver interface for ft232h with MPSSE
upload_time2025-03-11 16:38:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords ft232h c232hm spi_mpsse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyft232h

python based SPI driver for ft232h using mpsse mode. 


## Pre-Requisites

**ftd2xx** package must be installed. 
ftd2xx shall be installed using below command
> pip install ftd2xx


## Version Log

### ***V1.0.0***

1. SPI write/read with Half/Full duplex support using MPSSE
2. SPI MODE 0 alone is supported


## BUILD and INSTALL

This package can be build and installed locally.

### ***build the package***

> python -m build

### ***install package locally***

Install locally
> python setup.py install --user


## TESTS

tests directory has sample files to test the SPI over ft232h

### ***test_spi_fd.py***

This test file uses SPI full duplex mode. enables write and read both at a time.
> python tests/test_spi_fd.py

### ***test_spi_hd.py***

This test file uses SPI half duplex mode. Use write/read once at a time.
> python tests/test_spi_hd.py

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyft232h",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "VenkataDurgaPrasad <venkatadp421@gmail.com>",
    "keywords": "ft232h, c232hm, spi_mpsse",
    "author": null,
    "author_email": "VenkataDurgaPrasad <venkatadp421@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/73/bd83611213cc634b4e59a79e40891af77988a4716217565ef93b79c0825d/pyft232h-1.0.0.tar.gz",
    "platform": null,
    "description": "# pyft232h\r\n\r\npython based SPI driver for ft232h using mpsse mode. \r\n\r\n\r\n## Pre-Requisites\r\n\r\n**ftd2xx** package must be installed. \r\nftd2xx shall be installed using below command\r\n> pip install ftd2xx\r\n\r\n\r\n## Version Log\r\n\r\n### ***V1.0.0***\r\n\r\n1. SPI write/read with Half/Full duplex support using MPSSE\r\n2. SPI MODE 0 alone is supported\r\n\r\n\r\n## BUILD and INSTALL\r\n\r\nThis package can be build and installed locally.\r\n\r\n### ***build the package***\r\n\r\n> python -m build\r\n\r\n### ***install package locally***\r\n\r\nInstall locally\r\n> python setup.py install --user\r\n\r\n\r\n## TESTS\r\n\r\ntests directory has sample files to test the SPI over ft232h\r\n\r\n### ***test_spi_fd.py***\r\n\r\nThis test file uses SPI full duplex mode. enables write and read both at a time.\r\n> python tests/test_spi_fd.py\r\n\r\n### ***test_spi_hd.py***\r\n\r\nThis test file uses SPI half duplex mode. Use write/read once at a time.\r\n> python tests/test_spi_hd.py\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A SPI driver interface for ft232h with MPSSE",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/pypa/sampleproject",
        "Issues": "https://github.com/pypa/sampleproject/issues"
    },
    "split_keywords": [
        "ft232h",
        " c232hm",
        " spi_mpsse"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbb55c382887d3cde3c2bc31347d65dfacab504d2bd0ebb1cb18088295d07a94",
                "md5": "9f4db0af69300fd46ec85a36eeeef57d",
                "sha256": "76ef28b660f9f5c178a856ab1179176af6135903f7a45fbda5fc80f586b3b1aa"
            },
            "downloads": -1,
            "filename": "pyft232h-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f4db0af69300fd46ec85a36eeeef57d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5386,
            "upload_time": "2025-03-11T16:38:01",
            "upload_time_iso_8601": "2025-03-11T16:38:01.588293Z",
            "url": "https://files.pythonhosted.org/packages/bb/b5/5c382887d3cde3c2bc31347d65dfacab504d2bd0ebb1cb18088295d07a94/pyft232h-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc73bd83611213cc634b4e59a79e40891af77988a4716217565ef93b79c0825d",
                "md5": "29c1b464683d7643eefc9c1e82d89961",
                "sha256": "1fc0081fdb90b07ff44bc26cc617c9b5302e80f7ad818b5cd459e91396699ce8"
            },
            "downloads": -1,
            "filename": "pyft232h-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "29c1b464683d7643eefc9c1e82d89961",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5597,
            "upload_time": "2025-03-11T16:38:02",
            "upload_time_iso_8601": "2025-03-11T16:38:02.747495Z",
            "url": "https://files.pythonhosted.org/packages/fc/73/bd83611213cc634b4e59a79e40891af77988a4716217565ef93b79c0825d/pyft232h-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-11 16:38:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyft232h"
}
        
Elapsed time: 1.47984s