Hi
Perfect. I'm not using the API, I'm on a .NET Core application.
I already have all informations, so I only have to add a method to get the devices that correspond to an interface.
What are the values that can be found in DRIVER_INTERFACE (API doc is currently unavailable) ?

Here are the values I identified :

Telescope : 5,
Focuser : 8,
Filter : 16,
Camera : 22,
Dome : 32,
Weather : 32768

A bit strange, I would have expected the name of the interfaces or an enumeration going from 0 to N.


Julien

Read More...