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
- Host: GitHub
- URL: https://github.com/kaiwa/php_ftdi
- Owner: kaiwa
- Created: 2012-07-09T00:03:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T12:47:26.000Z (over 13 years ago)
- Last Synced: 2025-07-04T10:09:02.962Z (about 1 year ago)
- Topics: c, ftdi, libftdi, php-extension, php-ftdi
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```