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

mount_lx200: fix SC command timing issue #317

Closed tail-feather closed 4 years ago

tail-feather commented 4 years ago

If position_timer interrupts between the send SC and the start of progress reading, no-response will be occur. Send command and reading progress must be protected by single lock.