-
Notifications
You must be signed in to change notification settings - Fork 441
Description
When performing isolated read operations, my program runs without problems. The problem arises when I perform these reads after I've performed the START operation on the device. When performing the START operation, the read either takes a long time to return the response, or the program freezes.
Another aspect to keep in mind is that when performing writes, I must force the program to exit the operation via a Task, since it performs the write correctly, but the weighing equipment retains control of the program.
I think it's a problem with the weighing equipment, but I hope you can guide me and help me with anything. I remind you that I'm using a program developed in Visual Basic with Visual Studio and that I use ModbusRTU.
Greetings and sorry for the inconvenience.