File: README.rst

package info (click to toggle)
pymodbus 2.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,704 kB
  • sloc: python: 17,594; makefile: 83; sh: 8
file content (31 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (4)
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)