Skip to content

abetoret/AutoStarII_Remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoStar II Remote

This is a fork of original repository: https://github.com/scriptorron/AutoSTAR_remote

This is a GUI to remote control (using ASCOM or serial interface) the Meade AutoStar II handheld.

screenshot

Press [SHIFT] when clicking on "ENTER", "MODE" or "GO TO" to generate a long key press.

You can change the serial port parameters when connecting with UART. Default parameters for the MEADE AutoStar II:

  • Speed: 9600 baud
  • 8 data bits
  • 1 stop bit
  • no parity
  • no flow control

When connecting with the serial port you have the option to set the time and date of the AutoStar to the computer clock. This feature is not fully tested. Especially the daylight saving may be wrong. Please check the AutoStar settings if you see strange errors when doing GOTO to an object.

ASCOM driver https://bitbucket.org/cjdskunkworks/meadeautostar497 must be installed.

For running the Python source code you need the following packages:

  • PyQt5
  • pyserial
  • win32com when using ASCOM on Windows

The Python source code runs also on Raspberry Pi (Astroberry).

About

This is a GUI to remote control (using ASCOM) the Meade AutoStar II handheld.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Batchfile 0.5%