[FT-767] ! Radio Model for display [] for CAT system N3EQF 07/20/97 M ! Update rate in seconds, followed by pacing delay 0B00000000 ! Acknowledge command, if required (leave blank if not) 5 ! Bytes to receive from radio as ECHO or OK block ! Pacing or Initialize command, if required H ! Hexadecimal (H) or String (S) instruction data type R ! Commands sent to radio Forward (F) or Reverse (R) order ! -------------- FREQUENCY READ ------------------------- 0000000000 ! Command to receive operating FREQUENCY --> CAT ON <-- 86 ! Number of bytes expected from radio after FREQ command 82 ! Starting byte position for FREQUENCY value 4 ! Number of bytes in FREQUENCY value R ! Frequency decoded in Forward (F) or Reverse (R) order B,10 ! BCD (B) or Weighted Binary (W) ! -------------- MODE READ ------------------------------ 0001000000 ! Command to receive operating MODE --> CAT OFF <-- 86 ! Number bytes expected from radio after MODE command 80 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value 07 ! Bit mask for MODE value, if required 02 ! Value for CW 00 ! Value for LSB 01 ! Value for USB 04 ! Value for FM 03 ! Value for AM 05 ! Value for FSK ! -------------- FREQUENCY SET -------------------------- 0800000000 ! Set frequency instruction 2 ! Starting byte position for FREQUENCY value 4 ! Number of bytes in FREQUENCY value ! -------------- MODE SET ------------------------------- 0A00000000 ! Set mode instruction 2 ! Starting byte position for MODE value 1 ! Number of bytes in MODE value 12 ! Value for CW 10 ! Value for LSB 11 ! Value for USB 14 ! Value for FM 13 ! Value for AM 15 ! Value for FSK