Metadata-Version: 2.1
Name: PyDMX-Drivers-FTDI
Version: 0.1.0
Summary: Device drivers for PyDMX for FTDI-based devices. Not affiliated with FTDI.
Author-email: Jacob Allen <jacob@polyomino.xyz>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/JMAlego/PyDMX
Project-URL: Bug Tracker, https://github.com/JMAlego/PyDMX/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PyDMX-Drivers-FTDI

_This project is not affiliated with FTDI._

## Introduction

PyDMX is a package capable of sending DMX512 data via a driver.

PyDMX-Drivers-Arduino provides drivers for FTDI-based devices and hardware for PyDMX.

The PyDMX core can be found at [PyDMX](https://pypi.org/project/pydmx/).

## Drivers

### FT232R

The FT232R driver is designed to work with the FTDI FT232R chip which is a USB to serial chip made by FTDI (Future Technology Devices International). It is specifically designed to work with the USB to DMX adapter board made by the UoY CS lab techs. It is untested with any other hardware configuration.

### Dependencies

The FTDI drivers requires the python module `pylibftdi` which in turn requires the `libftdi` shared library be installed.

## License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for more details.
