Early in the development, the concept of using ssh to get to the Raspberry Pi and minicom to see the output of the serial.print was established as a natural extension of the standard Arduino serial monitor. This gives a simple way to help in debugging, however what was not implemented early on was the ability to send commands to the Arduino, this was assumed to be done solely by pressing the buttons on the front of the unit.
However, when developing the Rotator module from the comfort of the house and looking at the pass-through serial communication, it became apparent that a set of serial commands to the Arduino would be very helpful. This was implemented using code based on the standard Arduino serialEvent() functions.
After implementation, we now have two-way communication to the Arduino which allows for more detailed status and debugging to be performed as you can ask the Arduino a question and it will respond in the appropriate manner.
Currently the command interface allows the following command to be executed.
Note the option to send the rotator direct commands too.