Skip to content

Commit ab22da0

Browse files
committed
mesa_modbus: Docs fixes
1 parent 99ef5a3 commit ab22da0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/src/drivers/mesa_modbus.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module will create the following pins for each instance of the driver:
138138

139139
*modname.drive_delay* (default 0)
140140

141-
modname.update-hz* (default 0)
141+
*modname.update-hz* (default 0)
142142

143143
*modname.fault* - indicates a fault with the device or comms
144144

@@ -262,15 +262,15 @@ The supported Modbus command types are:
262262

263263
[width="90%",options="header"]
264264
|===
265-
|Description|Code|
266-
|Read Coils|1|
267-
|Read Discrete Inputs|2|
268-
|Read Multiple Holding Registers|3|
269-
|Read Input Registers|4|
270-
|Write Single Coil|5|
271-
|Write Single Holding Register|6|
272-
|Write Multiple Coils|15|
273-
|Write Multiple Holding Registers|16|
265+
|Description|Code
266+
|Read Coils|1
267+
|Read Discrete Inputs|2
268+
|Read Multiple Holding Registers|3
269+
|Read Input Registers|4
270+
|Write Single Coil|5
271+
|Write Single Holding Register|6
272+
|Write Multiple Coils|15
273+
|Write Multiple Holding Registers|16
274274
|===
275275

276276
The Modbus address can be given in Hexadecimal, decimal (or even octal)
@@ -293,13 +293,13 @@ necessary except in the special case of the 'modcompile all' command,
293293
which will compile and install all .mod files in the current directory.
294294

295295
----
296-
/modcompile my_file.mod
296+
modcompile my_file.mod
297297
----
298298

299299
or
300300

301301
----
302-
./modcompile all
302+
modcompile all
303303
----
304304

305305
"modcompile" is provided by the "linuxcnc-dev" package.

0 commit comments

Comments
 (0)