Menu

Tree [1bff43] master /
 History

HTTPS access


File Date Author Commit
 lib 2017-01-18 Rumen G.Bogdanovski Rumen G.Bogdanovski [1bff43] add support for nexstar:// prefix
 nexstarctl 2016-03-22 Rumen G.Bogdanovski Rumen G.Bogdanovski [ced99d] tested set/ get track; add pec tracking in nexs...
 t 2013-12-03 Rumen G.Bogdanovski Rumen G.Bogdanovski [97cee6] Initial commit of NexStarCtl (v.0.6)
 testcode 2017-01-18 Rumen G.Bogdanovski Rumen G.Bogdanovski [1bff43] add support for nexstar:// prefix
 .gitignore 2013-12-03 Rumen G.Bogdanovski Rumen G.Bogdanovski [97cee6] Initial commit of NexStarCtl (v.0.6)
 Changes 2017-01-18 Rumen G.Bogdanovski Rumen G.Bogdanovski [1bff43] add support for nexstar:// prefix
 MANIFEST 2013-12-05 Rumen G. Bogdanovski Rumen G. Bogdanovski [53e236] fixed MANIFEST
 META.yml 2015-09-09 Rumen G. Bogdanovski Rumen G. Bogdanovski [cfe07f] UNTESTED: add protocol version enforcement
 Makefile.PL 2014-03-12 Rumen G. Bogdanovski Rumen G. Bogdanovski [6c84ba] add changes and decrease required perl version
 README 2016-01-10 Rumen G.Bogdanovski Rumen G.Bogdanovski [4a0dff] rename enforce_proto_version() to enforce_proto...

Read Me

NexStarCtl version 0.15
=======================

This module implements the serial commands supported by the Celestron
NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies
to the Celestron: NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar
SE Series, NexStar GT, CPC, SLT, Advanced-VX, Advanced-GT, CGE, CGEM etc.
SkyWatcher: EQ5, HEQ5, EQ6 (Pro), AZ-EQ5 GT, AZ-EQ6 GT, EQ8 etc. and the
corresponding Orion mounts.

Communication to the hand control is 9600 bits/sec, no parity and one 
stop bit via the RS-232 port on the base of the hand control.
Communication can be established over TCP/IP if nexbridge is running
on the computer connected to the telescope.

For extended example how to use this perl module look in to the
distribution folder for  nexstarctl/nexstarctl.pl. This program is a
complete console tool to control NexStar telescopes based on NexStarCtl
module.

NOTE: For SkyWatcher/Orion mounts it is highly recommended to enforce
protocol version checking (see enforce_protocol_version()) as the AUX
commands are not supported or may behave erratically.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

   Device::SerialPort
   Time::Local

COPYRIGHT AND LICENCE

Copyright (C) 2013 by Rumen G.Bogdanovski

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.4 or,
at your option, any later version of Perl 5 you may have available.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.