home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
HAM
/
LOGEQF52.ZIP
/
LOGEQF.EXE
/
OMNI-VI.RIG
< prev
next >
Wrap
Text File
|
1993-02-24
|
2KB
|
41 lines
Ten-Tec Omni VI ! Radio Model for display within Log-EQF --- 01/31/93 ---
0.0 ! Update rate in seconds - 0 is fast, while 10 is slow!
! Acknowledge command, if required
6 ! Bytes received from radio for ECHO or OK block
! Pacing or Initialize command, if required
H ! Hexadecimal (H) or String (S) instruction data type
F ! Commands sent to radio Forward (F) or Reverse (R) order
! -------------- FREQUENCY READ -------------------------
FEFE04E003FD ! Command to receive operating FREQUENCY from radio
10 ! Number of bytes expected from radio after FREQ command
6 ! Starting byte position for FREQUENCY value
4 ! Number of bytes in FREQUENCY value
R ! Frequency decoded in Forward (F) or Reverse (R) order
B ! BCD (B) or Weighted Binary (W)
! -------------- MODE READ ------------------------------
FEFE04E004FD ! Command to receive operating MODE from radio
7 ! Number bytes expected from radio after MODE command
6 ! Starting byte position for MODE value
1 ! Number of bytes in MODE value
! Bit mask for MODE value, if required
03 ! Value for CW
00 ! Value for LSB
01 ! Value for USB
05 ! Value for FM
02 ! Value for AM
07 ! Value for FSK
! -------------- FREQUENCY SET --------------------------
FEFE04E00500000000FD ! Command to set the operating FREQUENCY
6 ! Starting byte position for FREQUENCY value
4 ! Number of bytes in FREQUENCY value
! -------------- MODE SET -------------------------------
FEFE04E00600FD ! Command to set the operating MODE
6 ! Starting byte position for MODE value
1 ! Number of bytes in MODE value
03 ! Value for CW
00 ! Value for LSB
01 ! Value for USB
05 ! Value for FM
02 ! Value for AM
07 ! Value for FSK