1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
============================================================================
Pymodbus Functional Tests
============================================================================
Modbus Clients
---------------------------------------------------------------------------
The following can be run to validate the pymodbus clients against a running
modbus instance. For these tests, the following are used as references::
* jamod
* modpoll
Modbus Servers
---------------------------------------------------------------------------
The following can be used to create a null modem loopback for testing the
serial implementations::
* tty0tty (linux)
* com0com (windows)
Specialized Datastores
---------------------------------------------------------------------------
The following can be run to validate the pymodbus specializes datastores.
For these tests, the following are used as references:
* sqlite (for the database datastore)
* redis (for the redis datastore)
* modpoll (for the remote slave datastore)
|