Hi,
Please help me figure it out.
I trying to connect to two devices (t5 PRO and W2 PRO), as in example.
In case t5 pro, visual studio throws me an exception - "Device connection lost", and in case w2 pro, visual studio throws me an exception - "Device timeout waiting response.".
I trying connect with code:
private const string DEVICE_HOST = "10.10.3.3";
private const int DEVICE_PORT = 5010;
static async Task Main(string[] args)
{
var manager = new AnvizManager();
Hi, Please help me figure it out. I trying to connect to two devices (t5 PRO and W2 PRO), as in example. In case t5 pro, visual studio throws me an exception - "Device connection lost", and in case w2 pro, visual studio throws me an exception - "Device timeout waiting response.". I trying connect with code:
if true //authenticate with device password
endif
if false //false for client mode
else
endif
Sorry if my question seems stupid.