Hi Jasem,

Unfortenately the new driver doesn't work for sesto senso2. The basic problem is that when one requests all parameters about MOT1 the response string is too long and gets truncated (most likely in the focusser itself, not in INDI). In primalucelabcommandset.cpp, this happens for the json command on line 450. This makes the driver crash. The solution should be to modify the json request so that only the desired parameters are returned. With the new structure it is not clear to me how that should be implemented.

The json command on line 736 will most likely cause the same problem but I can't test this since I don't have an ARCO device.

Read More...