Jupiter VFO-A ! Radio Model for display in Log-EQF - Rev 01/08/08, N3EQF A ! A for auto update ! Acknowledge command (leave blank if not required) 0 ! Bytes to receive from radio as ECHO or OK block ! Pacing or Initialize command (leave blank if not needed) H ! Hexadecimal (H) or String (S) instruction data type F ! Commands sent to radio Forward (F) or Reverse (R) order ! -------------- FREQUENCY READ ---------------------------- 3F410D ! Command to receive operating FREQUENCY from radio ?A 6 ! Number of bytes required 2 ! Starting byte position for FREQUENCY value 4 ! Number of bytes in FREQUENCY value F ! Frequency decoded in Forward (F) or Reverse (R) order W,1.0 ! BCD (B) or Weighted Binary (W followed by scale factor) ! -------------- MODE READ ---------------------------------- 3F4D0D ! Command to receive operating MODE from radio ?M 3 ! Number bytes expected from radio after MODE command 2 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value 0F ! Bit Mask for MODE value, if required (use lower half only) 3 ! Value for CW 2 ! Value for LSB 1 ! Value for USB 4 ! Value for FM 0 ! Value for AM F ! Value for FSK ! -------------- FREQUENCY SET ------------------------------- 2A41000000000D ! Command to set the operating FREQUENCY *Awxyz 3 ! Starting byte position for FREQUENCY value 4,B ! Number of bytes in FREQUENCY value, BINARY freq encode ! -------------- MODE SET ------------------------------------ 2A4D00010D ! Command to set the operating MODE was:2A4D00FF0D *Mab 3 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value 33 ! Value for CW 32 ! Value for LSB 31 ! Value for USB 34 ! Value for FM 30 ! Value for AM FF ! Value for FSK