Skip to content
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

Setting transaction id in modbus_send_raw_request #682

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cedricboudinet
Copy link

Hello

modbus_send_raw_request sets the transaction id to 0.
In some case, it is necessary to force its value.
I added a new function (modbus_send_raw_request_tid) that allows one to set the t_id.
I let modbus_send_raw_request for backward compatibility.

Are you ok with the function name?
Regards

@cla-bot cla-bot bot added the cla-signed label Feb 7, 2023
@cedricboudinet cedricboudinet changed the title Send raw request tid new Setting transaction id in modbus_send_raw_request Feb 7, 2023
@cedricboudinet
Copy link
Author

Hello @stephane.
Do you think it possible to merge this PR?

@stephane
Copy link
Owner

This one and others, I should have more time starting next week.

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

Successfully merging this pull request may close these issues.

None yet

2 participants