Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 418 Bytes

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