This is a simple program to control the FTDI chips IO pins.
Project description
FTDI CHIPS IO CTRL
This is a simple program to control the FTDI chips IO pins.
To ctrl the FTD IO pins, you need to install the FTD2XX library.
Github: https://github.com/DreamerDK/ftdi_io
It is written in Python 3.
Use ftd2xx to communicate with the FTD IO pins.
Test with "FT4232HQ" in windows 11, other models may have different usage methods, please modify according to the actual situation.
简单的 FTDI IO控制程序。
用于控制 FTDI 芯片 IO 引脚的简单程序,需要安装 FTD2XX 库。
Github: https://github.com/DreamerDK/ftdi_io
本程序使用 Python 3 编写。
使用 ftd2xx 与 FTDI 芯片 IO 引脚进行通信。
在 windows 11 上使用 "FT4232HQ" 进行测试,其他型号或设备可能会有不同的使用方法,请根据实际情况进行修改。
Usage
- Install ftio package by pip:
pip install ftdi-io - use it by python:
from ftio import FTIODevice # import
device_number = "FTAO1NUQD"
ftio = FTIODevice(device_number)
ftio.set_pin(0, true)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ftdi_io-0.1.3.tar.gz.
File metadata
- Download URL: ftdi_io-0.1.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc2fa24f07ad46730c5f13d10d0a60f6365a64d59fc8e029082f09429a7419f8
|
|
| MD5 |
4461de9899600d0f2467dbe87ed41e64
|
|
| BLAKE2b-256 |
ff5cbcccad62983b6d7df157c1174a92e4a7bef8f288485884e5fa15bdcf0872
|
File details
Details for the file ftdi_io-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ftdi_io-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fd9a22c7d9acab22513705ccc32c6d74b64984e141f68cad9ffb519bb786825
|
|
| MD5 |
1c2936fd83e80c953b08f58d8989db07
|
|
| BLAKE2b-256 |
745bcdbff131d9a5fecd245947554a2f4d3d66c5160c5d3278c6e658517c100d
|