Commit 170bce656a298c44418219300b27312d78742a90
Committed by
Stéphane Raimbault
1 parent
862af10b
Update libmodbus.txt
Showing
1 changed file
with
2 additions
and
2 deletions
doc/libmodbus.txt
| @@ -33,13 +33,13 @@ library. | @@ -33,13 +33,13 @@ library. | ||
| 33 | 33 | ||
| 34 | Contexts | 34 | Contexts |
| 35 | ~~~~~~~~ | 35 | ~~~~~~~~ |
| 36 | -The Modbus protocol contains many variants (eg. serial RTU or Ehternet TCP), to | 36 | +The Modbus protocol contains many variants (eg. serial RTU or Ethernet TCP), to |
| 37 | ease the implementation of a variant, the library was designed to use a backend | 37 | ease the implementation of a variant, the library was designed to use a backend |
| 38 | for each variant. The backends are also a convenient way to fulfill other | 38 | for each variant. The backends are also a convenient way to fulfill other |
| 39 | requirements (eg. real-time operations). Each backend offers a specific function | 39 | requirements (eg. real-time operations). Each backend offers a specific function |
| 40 | to create a new 'modbus_t' context. The 'modbus_t' context is an opaque | 40 | to create a new 'modbus_t' context. The 'modbus_t' context is an opaque |
| 41 | structure containing all necessary information to establish a connection with | 41 | structure containing all necessary information to establish a connection with |
| 42 | -others Modbus devices according to the selected variant. | 42 | +other Modbus devices according to the selected variant. |
| 43 | 43 | ||
| 44 | You can choose the best context for your needs among: | 44 | You can choose the best context for your needs among: |
| 45 | 45 |