Skip to content

Implement Read Device ID request and Write File Record request #1

Open
indianaMitko62 wants to merge 18 commits intoactiveshadow:mainfrom
indianaMitko62:main
Open

Implement Read Device ID request and Write File Record request #1
indianaMitko62 wants to merge 18 commits intoactiveshadow:mainfrom
indianaMitko62:main

Conversation

@indianaMitko62
Copy link

@indianaMitko62 indianaMitko62 commented Oct 10, 2025

Enhanced MODBUS client to be able to send requests and parse responses of read Device Identification and Write File Record.
The Write File Record request is implemented in its entirety.

Read Device Identification functions supports all of its Read Device ID codes, but does not handle the More Follows functionality. It works

The Read Device ID codes can be specified automatically and manually.

  • Automatically by calling the respective API function. The return values are structures that contain the data fields of the Read Device Identification response according to the MODBUS documentation.
  • Manually by passing it as an argument to the respective function. The response is a map with the data fields and it is left to the user to parse in a way suitable for his needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments