Aaron T Posted March 2, 2018 Report Share Posted March 2, 2018 Hello, Does anyone know of any problems with including both a Modbus Config and a Protocol config for the same COM port in the same program? I'm talking to a peripheral device which under certain circumstances may need to be sent an ASCII Protocol command to switch it to Modbus mode, so I will need to be able to do both types of communication in the same program on the same port. Can the two coexist, or will I need to re-execute the appropriate Config block when switching from one communications mode to the other? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted March 2, 2018 MVP 2022 Report Share Posted March 2, 2018 They will not harmoniously co-exist. Kind of like political parties. You will need to call the Config block each time as you have surmised. Joe T. 1 Quote Link to comment Share on other sites More sharing options...
Aaron T Posted March 5, 2018 Author Report Share Posted March 5, 2018 Thanks very much, that answers my question! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.