gregwar / php-serial
This PHP class can be used to communicate with a serial port under Linux, OSX or Windows.
Installs: 347
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 28
pkg:composer/gregwar/php-serial
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-24 06:08:09 UTC
README
This PHP class can be used to communicate with a serial port under Linux, OSX or Windows.
This code is from http://code.google.com/p/php-serial/ I just wanted to be able to use composer to install and use it.