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
142 stars 63 forks source link

mount_ioptron: Add Protocol_V3.10.pdf #406

Closed tail-feather closed 3 years ago

tail-feather commented 3 years ago

Fixed an issue where devices with firmware version "201030" were not properly detected as v3.

Unfortunately, the mount ID "0026" exists in v2.5, but it has been reassigned in v3.1.

v2.5 “:MountInfo#” description:

“0025” means CEM25(/P), “0026” means CEM25-EC

v3.10 “:MountInfo#” description:

“0026” means CEM26, “0027” means CEM26-EC

I put in a fix to show "0026" as CEM26 when the firmware is v3.

The operation check was done with a borrowed CEM26.

The v3.1 models were listed in the following link, and the corresponding models have been added. https://www.ioptron.com/Articles.asp?ID=337

However, models that require firmware updates (CEM40 and GEM45) have not been added (because the firmware version is unknown).

Mounts supported:

  • CEM120
  • CEM70
  • CEM40 (New! Need firmware V20210101 and later)
  • CEM26
  • GEM45 (New! Need firmware V20210101 and later)
  • GEM28
polakovic commented 3 years ago

Thank you very much, this firmware version hell drives me crazy :(