PIC FREQUENCY COUNTER ! Radio type for display in Log-EQF 0 ! Update rate in seconds - 0 is fast, while 10 is slow! ! Acknowledge command, if required (leave blank if not) 0 ! Bytes to receive from radio as OK or ECHO block ! 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 ------------------------- IF; ! Command to receive operating FREQUENCY from radio 38 ! Number of bytes expected from radio after FREQ command 3 ! Starting byte position for FREQUENCY value 11 ! Number of bytes in FREQUENCY value F ! Frequency decoded in Forward (F) or Reverse (R) order ! BCD (B) or Weighted Binary (W) ! -------------- MODE READ ------------------------------ ! Command to receive operating MODE from radio ! Number bytes expected from radio after MODE command ! Starting byte position for MODE value ! Number of bytes in MODE value ! Bit mask for MODE value, if required ! Value for CW ! Value for LSB ! Value for USB ! Value for FM ! Value for AM ! Value for FSK,RTTY,PKT ! -------------- FREQUENCY SET -------------------------- ! Command to set the operating FREQUENCY --- NOTE: VFO A! ! Starting byte position for FREQUENCY value ! Number of bytes in FREQUENCY value ! -------------- MODE SET ------------------------------- ! Command to set the operating MODE ! Starting byte position for MODE value ! Number of bytes in MODE value ! Value for CW ! Value for LSB ! Value for USB ! Value for FM ! Value for AM ! Value for FSK,RTTY,PKT