Direct Modbus TCP Examples for Python/Pymodbus and LabJack Devices
support@labjack.com


Provided are simple examples demonstrating direct Modbus TCP usage with a
LabJack in Python using the pymodbus library.

Documentation for pymodbus can be found at:

http://pythonhosted.org/pymodbus/

For easy pymodbus installation, use your Python installation's pip or
easy_install package manager.

Alternatively, use the downloads from here for installation (pymodbus requires
pyserial):

https://pypi.python.org/pypi/pyserial
https://pypi.python.org/pypi/pymodbus

LabJack example code is licensed under MIT X11. The license can be found in the
LICENSE.TXT file.
