dh1tw / remoteRotator

remoteRotator lets you expose a local antenna rotator (azimuth / elevation) to the network
MIT License
44 stars 5 forks source link

Implemented command "Nyyy" & "Wxxx yyy" #7

Closed ea4tx closed 5 years ago

ea4tx commented 5 years ago

Hi Tobi!

I enclose the new code that includes the "N" and "W" commands for TCP connections (see Issue #6).

73's Pablo EA4TX

dh1tw commented 5 years ago

Hi Pablo,

when reading through the GS232A/B specs I found another discrepancy. If I understand the document correctly, the N command is not intended to be used for elevation settings. It seems that elevation shall be set through the 'W' command.

Apparently, the W can be set in two ways:

  1. Wxxx yyy(where xxx is azimuth and yyy is elevation)
  2. Wttt xxx yyy xxx yyy ... where ttt is the stepping value (timing in seconds if I understand it correctly)

hw?