Commit 76e2a3e4db800ca388ce46f54d06370208d67d16
1 parent
c4f7a242
[docs] drop reference to non-existent return data
The report slave id function returns the number of bytes as the _return_ value, and does not include it as the first byte in the dest buffer. Update documentation to reflect reality. There's no missing functionality, just slightly confusing documentation.
Showing
1 changed file
with
0 additions
and
1 deletions
doc/modbus_report_slave_id.txt
| ... | ... | @@ -19,7 +19,6 @@ to obtain a description of the controller. |
| 19 | 19 | |
| 20 | 20 | The response stored in 'dest' contains: |
| 21 | 21 | |
| 22 | -* the byte count of the response | |
| 23 | 22 | * the slave ID, this unique ID is in reality not unique at all so it's not |
| 24 | 23 | possible to depend on it to know how the information are packed in the |
| 25 | 24 | response. | ... | ... |