Mike,
It was not my intention to affect anybody saying or using weird word. In spanish, weird means something not expected as it happened, unusual.
I already tested the SDK, which I found it good, simple to use. When you connect to a DL05 or DL06 -my cases- and start executing
result = PASCAL_HEICCMRequest(aDevices(tDevice), bWrite, DataType, OctalRegisterNumber, Datalen, Bytes(0))
if for some reason the network cable or the power are removed, the VB app reports a critic error saying something like overflow. I think it would be nice if this routine do not block or crash when it detects the device is not longer available. If you have access to source code, I would add something that sends back a negative number in result, in order to detect the comms are not ok...
In other brands, some classify comms errors in negatives and obviously, one can use different numbers for problems with driver, wires or anything...
Comments?