Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricboudinet authored and stephane committed Jul 16, 2024
1 parent 849e179 commit 1365023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modbus_send_raw_request_tid.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ message, the header or CRC of the selected backend, so `raw_req` must start and
contain at least a slave/unit identifier and a function code. This function can
be used to send request not handled by the library.
The tid paramter enables one to specify a transaction identifier.
The public header of libmodbus provides a list of supported Modbus functions
codes, prefixed by `MODBUS_FC_` (eg. `MODBUS_FC_READ_HOLDING_REGISTERS`), to help
build of raw requests.
Expand Down

0 comments on commit 1365023

Please sign in to comment.