File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ library.
3333
3434Contexts
3535~~~~~~~~
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
3737ease the implementation of a variant, the library was designed to use a backend
3838for each variant. The backends are also a convenient way to fulfill other
3939requirements (eg. real-time operations). Each backend offers a specific function
4040to create a new 'modbus_t' context. The 'modbus_t' context is an opaque
4141structure 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.
4343
4444You can choose the best context for your needs among:
4545
You can’t perform that action at this time.
0 commit comments