ARGO6 ! Radio type for display 0 ! Update rate in seconds - 0 is fast, while 10 is slow! ! Acknowledge command, if required (leave blank if not) ! Bytes to receive from radio as OK or ECHO block XX^ ! Pacing or Initialize command, if required S ! Hexadecimal (H) or String (S) instruction data type F ! Commands sent to radio Forward (F) or Reverse (R) order ! -------------- FREQUENCY READ ------------------------- ?AF^ ! Command to receive operating FREQUENCY from radio 12 ! Number of bytes expected from radio after FREQ command 4 ! Starting byte position for FREQUENCY value 8 ! Number of bytes in FREQUENCY value F ! Frequency decoded in Forward (F) or Reverse (R) order B ! BCD (B) or Weighted Binary (W) ! -------------- MODE READ ------------------------------ ?RMM^ ! Command to receive operating MODE from radio 6 ! Number bytes expected from radio after MODE command 5 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value ! Bit mask for MODE value, if required 3 ! Value for CWL 1 ! Value for LSB 0 ! Value for USB 5 ! Value for FM 4 ! Value for AM 6,6,6,2 ! Value for FSK,RTTY,PKT,CWU ! -------------- FREQUENCY SET -------------------------- *AF00000000^ ! Command to set the operating FREQUENCY --- NOTE: VFO A! 4 ! Starting byte position for FREQUENCY value 8 ! Number of bytes in FREQUENCY value ! -------------- MODE SET ------------------------------- *RMM0^ ! Command to set the operating MODE 5 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value 3 ! Value for CWL 1 ! Value for LSB 0 ! Value for USB 5 ! Value for FM 4 ! Value for AM 6,6,6,2 ! Value for FSK,RTTY,PKT,CWU