Good morning dear society,
I have been trying to make software to enable me communicate with MC760 Iskra current, voltage, power measure device from my laptop. The device on its rear has Ethernet port. The software in its current state enables me to establish TCP connection, sending command symbol string to the device and receiving data from it.
The question is that every time when I send command string, device responds immediately with exactly the same data. The data those I expect is current values. For example when software sends command symbol string(frame):
1234 0000 0004 21 03 75AE 0002
An orbitary Protocol ID. Byte Device ID Functionality Register Register quantity.
value, transaction quantity. 33 is decimal code 03 means address
ID. 21 is hex. retrieving data 75AE is hex
from device. corresponds to
30126 decimal.
As I mentioned above my device returns exactly the same string.
Appearance of this tiny software please have a look at below:

Can anyone kindly take me to understanding the essence of making device responding to the request?
Faithfully yours.
I have been trying to make software to enable me communicate with MC760 Iskra current, voltage, power measure device from my laptop. The device on its rear has Ethernet port. The software in its current state enables me to establish TCP connection, sending command symbol string to the device and receiving data from it.
The question is that every time when I send command string, device responds immediately with exactly the same data. The data those I expect is current values. For example when software sends command symbol string(frame):
1234 0000 0004 21 03 75AE 0002
An orbitary Protocol ID. Byte Device ID Functionality Register Register quantity.
value, transaction quantity. 33 is decimal code 03 means address
ID. 21 is hex. retrieving data 75AE is hex
from device. corresponds to
30126 decimal.
As I mentioned above my device returns exactly the same string.
Appearance of this tiny software please have a look at below:

Can anyone kindly take me to understanding the essence of making device responding to the request?
Faithfully yours.