Hi
I have some dificulty solving this
So I have ModbusTCPCom object called modBus
then I try reading address like this
modBus.BeginRead("40020", 20);
modBus.BeginRead("40100", 15);
modBus.BeginRead("40120", 5);
normally, DataReceived will be triggered, but this time I try to make it error so that ComError can be triggered
how do I know which BeginRead that failed to retreived??
Thank you