Hamlib/rotators/rotorez
George Baltz N3GB 9f997d799d Fix incorrect port read for elevation
Add missing port parameters for rotp2
Remove funky character(^B) from simrotorez.c so `file` and `more` think it
  is plain text.

Dunno if this works on the real H/W, but at least the simulator can get
  and set az/el position without errors.
2024-03-28 16:26:21 -04:00
..
Android.mk Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
Makefile.am Directory migration to new layout 2020-01-17 09:22:44 -06:00
README.rotorez Directory migration to new layout 2020-01-17 09:22:44 -06:00
rotorez.c Fix incorrect port read for elevation 2024-03-28 16:26:21 -04:00
rotorez.h [rotators] Fix includes 2023-02-16 19:08:24 +01:00
rotorez.txt Remove unneded backticks in rotators/ 2020-05-30 21:15:33 -05:00

README.rotorez

Quirks, known bugs, and other notes.
====================================

In this document I'll try to describe the behavior of the Idiom Press
Rotor-EZ and RotorCard interfaces as well as the HyGain DCU-1/DCU-1X control
units with Hamlib.  For background information see rotorez/rotorez.txt.

The Idiom Press interfaces are the most capable of the units supported by
this backend and all available commands are supported by these units at this
time.  The HyGain control units only support a subset of the command set
involving rotor positioning.

This document is organized by Hamlib function calls and documents observed
behavior with each call.

rot_set_position
    *   Fractional values passed for azimuth are dropped. i.e. 180.6 becomes
        180 while a value greater than 359.4999 is converted to 0 for DCU1/
        DCU-1X compatibility.
    *   Allowed range for azimuth is 0 to 360.
    *   Values passed for elevation are ignored.  The protocol only supports
        azimuthal positioning

rot_get_position
    *   Position reading is returned in whole degrees from 0 to 359.
    *   Not supported by DCU-1/DCU-1X.

rotorez_rot_stop
    *   Causes immediate cessation of rotor positioning.
    *   Not supported by DCU-1/DCU-1X.

rot_set_conf
    *   Accepts one of E, e, J, j, O, o, S, and s (see rotorez/rotorez.txt)
        in *val.
    *   The value in token is not used by the backend and may be safely
        set to TOK_BACKEND_NONE.
    *   Not supported by DCU-1/DCU-1X.

BUGS
    Please report all bugs to <hamlib-developer@users.sourceforge.net>

Nate Bargmann n0nb at arrl.net