An open API service indexing awesome lists of open source software.

https://github.com/kaiwa/php_ftdi

libftdi php extension for talking to FTDI devices
https://github.com/kaiwa/php_ftdi

c ftdi libftdi php-extension php-ftdi

Last synced: 12 months ago
JSON representation

libftdi php extension for talking to FTDI devices

Awesome Lists containing this project

README

          

php_ftdi
========

Libftdi PHP extension for talking to FTDI devices.

Usage
-----

Please see `examples/simple.php` for a basic usage example and `examples/Ftdi/UsbDevice.php` for an object oriented approach.

Build instructions
------------------
```
sudo apt-get install libftdi1 libftdi-dev php5-dev
cd /tmp
git clone https://github.com/kaiwa/php_ftdi.git
cd php_ftdi
phpize
./configure
make
sudo make install
```