indigo-astronomy / indigo

INDIGO is a system of standards and frameworks for multiplatform and distributed astronomy software development designed to scale with your needs.
http://www.indigo-astronomy.org
Other
139 stars 64 forks source link

LX200 - Support OpenAstroTech mounts #491

Closed jimtjames closed 10 months ago

jimtjames commented 10 months ago

The current LX200 driver does not support OpenAstroTech mounts. These mounts have an LX200-like serial protocol documented here.

Some key differences are a 19200 baudrate and extra properties for add-ons (GPS, level, etc.). I've started work on supporting this mount on this fork, mostly just using the Meade flavor of commands with a 19200 baudrate.

polakovic commented 10 months ago

I’ll look at it.

jimtjames commented 10 months ago

Great, thank you! The fork I wrote is able to connect to the mount and move it in Ain, though I haven't tested it much beyond that.

polakovic commented 10 months ago

Pls. can you test this efcc583?

I used your changes + added some more code (autodetection, state checking, tracking rate etc).