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
153 stars 70 forks source link

LX200 - Support OpenAstroTech mounts #491

Closed jimtjames closed 1 year ago

jimtjames commented 1 year 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 1 year ago

I’ll look at it.

jimtjames commented 1 year 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 1 year ago

Pls. can you test this efcc583?

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