We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849e179 commit 1365023Copy full SHA for 1365023
docs/modbus_send_raw_request_tid.md
@@ -19,6 +19,8 @@ message, the header or CRC of the selected backend, so `raw_req` must start and
19
contain at least a slave/unit identifier and a function code. This function can
20
be used to send request not handled by the library.
21
22
+The tid paramter enables one to specify a transaction identifier.
23
+
24
The public header of libmodbus provides a list of supported Modbus functions
25
codes, prefixed by `MODBUS_FC_` (eg. `MODBUS_FC_READ_HOLDING_REGISTERS`), to help
26
build of raw requests.
0 commit comments