-
Notifications
You must be signed in to change notification settings - Fork 5
p;arsing error fix from mysticpants develop branch #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Docs updated
A new test case was written for it 2. Added notes to advise users of the TCP connection dropout after a certain amount of idle time 3. Added notes to inform users that the order of operation in readWriteMultipleRegisters may differ from the modus spec in reality .
# Conflicts: # ModbusTCPMaster/README.md
This fix seems to be on mystic pants branch but not ours. Changes look like they fix the issue filed when we reviewed the library, but never got bubbled up to our repo. |
when library update is available we should update this forum post. |
@@ -253,7 +253,7 @@ modbus.maskWriteRegister(0x01, 0x10, 0xFFFF, 0x0000, function(error, result) { | |||
|
|||
Function Code : 23 | |||
|
|||
This method performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read. It takes the following parameters: | |||
This method performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read ^. It takes the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this changed by mistake?
@@ -286,7 +289,7 @@ modbus.maskWriteRegister(0x10, 0xFFFF, 0x0000, function(error, result) { | |||
|
|||
Function Code : 23 | |||
|
|||
This method performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read. It takes the following parameters: | |||
This method performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read ^. It takes the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me except for the two minor comments.
No description provided.