Modbus TCP and UDP library for PHP., originally from code.google.com/p/phpmodbus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Long 71f36c3063 0.4 Release 11 years ago
Phpmodbus 0.4 Release 11 years ago
examples 0.4 Release 11 years ago
tests 0.4 Release 11 years ago
tutorials/Phpmodbus 0.4 Release 11 years ago
.hgignore 0.2 11 years ago
.hgtags Added tag 0.3 for changeset a7f90c18859d 11 years ago
composer.json 0.2 11 years ago
license.txt 0.4 Release 11 years ago
readme.txt 0.2 11 years ago

readme.txt

Copyright (c) 2004, 2009 Jan Krakora, Wago (http://www.wago.com)

All rights reserved.

Phpmodbus library
####################

Phpmodbus for PHP is a small and easy-to-use Modbus UDP master library. For more
see project at http://phpmodbus.googlecode.com

Release notes
===============

0.1 -> 0.2.r20
---------------
+ Added new class for conversion from received bytes to PHP data types (PhpType class)
+ Added new data conversion using PhpType example
+ Added new alias methods fc3, fc16 and fc23 (ModbusMasterUdp class)
* Fixed problems with the endianess when data written (IecType class)
* Improved commentaries for documentation