Good morning, I have a problem that you describe. I have to send the data, to write the register holding for two devices, I create a client and a server at the same time I write and I put in listening? I did so and with the change of the second device does not write, the remote client does not read out, I was wrong method? I find sample code for the server in vb.net
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not sure if I understood what you mean. You have to create Server and Client class. The Client sends a request to the server, and the server acknowledges the request.
You can read values from the Server, or write values to the server. The initiator for the communication is always the client.
If you have some kind of sample code it would be helpful.
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2017-05-10
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-05-11
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Good morning, I have a problem that you describe. I have to send the data, to write the register holding for two devices, I create a client and a server at the same time I write and I put in listening? I did so and with the change of the second device does not write, the remote client does not read out, I was wrong method? I find sample code for the server in vb.net
Hello,
I am not sure if I understood what you mean. You have to create Server and Client class. The Client sends a request to the server, and the server acknowledges the request.
You can read values from the Server, or write values to the server. The initiator for the communication is always the client.
If you have some kind of sample code it would be helpful.
Stefan