Thanks knro for your answer.

Setting this value manually to 100.000 seems to be inconsistent as i'm unable to input values bigger than 60000 in kstars's focus panel and I'm unable to set values bigger than 60000 on the preset tab. Plus (and this is strange) focusing module seems to ignore this limit when i hit "focus in" button (which does a steps +=100) and goes on to 65535 steps.

I edited the xml file and can confirm that the value has been saved:
<newNumberVector device="MoonLite" name="FOCUS_MAX">
<oneNumber name="FOCUS_MAX_VALUE">
1000000
</oneNumber>
</newNumberVector>

But I see that what seems to be related to this value is commented out in the code (moonlite.cpp, lines 100-102 @ master).
Is there any other common interface (and arduino code) that should be used in DIY projects instead of the moonlight's one ?

Thanks Again.

Luca

Read More...