PC Control Command Reference For The Ts-480Hx/ Sat Transceiver
PC Control Command Reference For The Ts-480Hx/ Sat Transceiver
© 2003/11/28
09 08 07 06 05 04 03 02 01 00
PC CONTROL COMMAND
ABOUT THIS REFERENCE CONTROL OPERATION
All descriptions in this PC CONTROL COMMAND Most computers handle data in the form of “bits” and
reference are for the users convenience only. “bytes”. A bit is the smallest piece of information that
KENWOOD will not support or warrantee this a computer can handle. A byte is composed of eight
documentation in any way. bits. This is the most convenient form for most
computer data. This data may be sent in the form of
HARDWARE DESCRIPTION either serial or parallel data strings. The parallel
method is faster but more complicated, while the
The TS-480 transceiver uses a full-duplex, serial method is slower and requires less complicated
asynchronous, serial interface for communicating equipment. The serial form is, therefore, a less
through the male 9-pin D-sub connector. Each data expensive alternative.
is constructed with 1 start bit, 8 data bits, and 1 stop
bit (4800 bps must be configured as 2 stop bits). No Serial data transmission uses time-division methods
parity is used. The pinout and the pin functions of the over a single line. Using a single line also offers the
COM connector on the transceiver are shown below: advantage of reducing the number of errors due to
line noise.
Front view Only 3 lines are required theoretically for control of
the transceiver via the computer:
1 2 3 4 5 • Transmit data
• Receive data
6 7 8 9
• Ground
COM From a practical standpoint, it is also necessary to
incorporate some means of controlling when this data
COM COM Pin Name Function transfer will occur. The computer and transceiver
I/O
Pin No. (Ref.: Computer) (Ref.: Transceiver) cannot be allowed to send data at the same time!
— The required control is achieved by using the RTS
1 NC —
and CTS lines. To interface between the TS-480
2 RXD Transmit data Output transceiver and a PC, use a commercially available
cable with a DB-9 female connector at each end.
3 TXD Receive data Input Each connector pin must be connected to the same
4 NC — — pin number at the other end (a straight cable).
5 GND Signal ground To control the transceiver from a PC, utilize the
general purpose terminal program to send
6 NC — — commands to the tranceiver. The transceiver
7 RTS Receive enable Input responds the command accordingly.
8 CTS Transmit enable Output For example, the transceiver is placed into the
transmit mode whenever the character string “TX;” is
9 NC — — sent from the computer. The character string “TX;” is
called a PC control command.
You can further develop or create a script of the
RXD: Transmit data is serial data transferred from commands using a macro function of the terminal
the transceiver to the computer. program. Kenwood also provides the remote control
TXD: Receive data is serial data transferred from program, ARCP-480 at our Web site. You can
the computer to the transceiver. download the program for free and try it out on your
PC. Access http://www.kenwood.com/i/products/info/
GND: Signal ground pin amateur.html and follow the instructions.
RTS: This signal is applied to the transceiver. It is
used to inhibit transmit data from the transceiver
when the computer is not ready to receive data.
Transmit data is inhibited when the level is low.
CTS: This signal is applied from the transceiver. It
is used to inhibit transmit data from the computer
when the transceiver is not ready to receive data.
Transmit data is stopped when the level is low.
1
PC CONTROL COMMAND
COMPUTER CONTROL COMMANDS ■ Alphabetical Commands
A computer control command is composed of an A command consists of 2 alphabetical characters.
alphabetical command, various parameters, and the You may use either lower or upper case
terminator that signals the end of the control characters. The commands available for this
command. transceiver are listed in the PC Control Command
Tables from page 3.
EXAMPLE: Command to set VFO A to 7 MHz
■ Parameters
FA 00007000000 ;
Parameters are used to specify information
necessary to implement the desired command.
The parameters to be used for each command are
Terminator predetermined. The number of digits assigned to
Parameters each parameter is also predetermined. Refer to
Alphabetical command the Computer Control Commands and the PC
Control Command Tables to configure the
appropriate parameters.
Commands can be classified as shown below: When configuring parameters, be careful not to
Input Set command make the following mistakes.
command (Sets a
particular condition) (correct parameter: “IS+1000”)
(Input to the
transceiver) IS1000; Not enough parameters specified
Computer (No direction given for the IF shift)
control Read command
commands (Reads an answer) IS+100; Not enough digits
Output (Only three frequency digits given)
command Answer command
(Transmits a condition) IS + 1000; Unnecessary characters between
(From the
transceiver) parameters
IS+10000; Too many digits
For example, note the following in the case of the FA (Five frequency digits given)
command (Frequency of VFO A): Note: If a particular parameter is not applicable to this
transceiver, the parameter digits should be filled using any
• To set the frequency to 7 MHz, the following character except the ASCII control codes (00 to 1Fh) and the
command is sent from the computer to the terminator (;).
transceiver:
■ Terminator
“FA00007000000;” (Set command)
To signal the end of a command, it is necessary to
• To read the frequency of VFO A, the following use a semicolon (;). The digit where this special
command is sent from the computer to the character must appear differs depending on the
transceiver: command used.
“FA;” (Read command)
■ Error Messages
• When the Read command above has been sent,
the following command is returned to the In addition to the Answer command, the
computer: transceiver can send the following error
messages.
“FA00007000000;” (Answer command)
Note: Error
◆ Do not use the control characters 00 to 1Fh since they are either Reason for Error
Message
ignored or cause a “?” answer.
◆ Program execution may be delayed while turning the Tuning ?; • Command syntax was incorrect.
control rapidly.
• Command was not executed due to
the current status of the transceiver
(even though the command syntax
was correct).
Note: Occasionally this message may not
appear due to microprocessor transients in the
transceiver.
2
PC CONTROL COMMAND
PC CONTROL COMMAND TABLES
Sets or reads the internal antenna tuner status. Parameters:
AC P1
1 2 3 4 5 6 7 8 9 10 0: RX-AT THRU
1: RX-AT IN
Se t
A C P1 P2 P3 ; P2
0: TX-AT THRU
1 2 3 4 5 6 7 8 9 10 1: TX-AT IN
Read P3
A C ;
0: Stop tuning (Set)/ Tuning is stopped (Answer)
1 2 3 4 5 6 7 8 9 10 1: Start tuning (Set)/ Tuning is active (Answer)
Answer
A C P1 P2 P3 ;
1 2 3 4 5 6 7 8 9 10
Read
A G P1 ;
1 2 3 4 5 6 7 8 9 10
Answer
A G P1 P2 P2 P2 ;
Sets or reads the Auto Information (AI) function ON/ OFF. Parameters:
AI P1
0: AI OFF
1 2 3 4 5 6 7 8 9 10
1: Only old AI format is ON
Set 2: Only extended AI format is ON
A I P1 ;
3: Both formats are ON
1 2 3 4 5 6 7 8 9 10
Read When the extended AI format is selected, the transceiver
A I ; automatically sends the parameters.
When the old AI is ON and the IF parameters change, the
1 2 3 4 5 6 7 8 9 10 transceiver sends the IF command every 1.5 seconds.
Answer When the transceiver is turned OFF, the AI parameter
A I P1 ;
becomes 0.
1 2 3 4 5 6 7 8 9 10
Read
A N ;
1 2 3 4 5 6 7 8 9 10
Answer
A N P1 ;
3
PC CONTROL COMMAND
Sets or reads the Beat Canceller function status. Parameters:
BC P1
1 2 3 4 5 6 7 8 9 10 0: Beat Canceller OFF
1: Beat Canceller 1 (BC1) ON
Se t
B C P1 ; 2: Beat Canceller 2 (BC2) ON
1 2 3 4 5 6 7 8 9 10
Read
B C ;
1 2 3 4 5 6 7 8 9 10
Answer
B C P1 ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Answer
B Y P1 P2 ;
1 2 3 4 5 6 7 8 9 10
Read
C A ;
1 2 3 4 5 6 7 8 9 10
Answer
C A P1 ;
4
PC CONTROL COMMAND
Move the current VFO frenquency 1 step up, using the MULTI Parameters:
CH control. P1
1 2 3 4 5 6 7 8 9 10 0: Move the MULTI control 1 step up
1: Move the MULTI control 1 step down
Se t
C H P1 ;
In VFO mode, CH command overrides the MHz Up/ Down
1 2 3 4 5 6 7 8 9 10 mode of the TS-480 transceiver.
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Answer
C N P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
C T ;
1 2 3 4 5 6 7 8 9 10
Answer
C T P1 ;
Sets and reads the Digital Noise Limiter (DNL) function status. Parameters:
DL P1
1 2 3 4 5 6 7 8 9 10 0: DNL function OFF
1: DNL function ON
Set
D L P1 P2 P2 ; P2
00: DNL Level 1
1 2 3 4 5 6 7 8 9 10 01: DNL Level 2
Read 02: DNL Level 3
D L ;
1 2 3 4 5 6 7 8 9 10
Answer
D L P1 P2 P2 ;
5
PC CONTROL COMMAND
Sets or reads the Extension Menu. Parameters:
EX P1
1 2 3 4 5 6 7 8 9 10 000 ~ 060: Menu No.
P2
E X P1 P1 P1 P2 P2 P3 P4 P5 00: Always 00 for the TS-480
Se t P3
11 12 13 14 15 16 17 18 19 20 0: Always 0 for the TS-480
P5 ; P4
0: Always 0 for the TS-480
1 2 3 4 5 6 7 8 9 10 P5
Read A string of characters (Variable length)
E X P1 P1 P1 P2 P2 P3 P4 ; Normally 1-digit for the TS-480.
1 2 3 4 5 6 7 8 9 10 Menu No. 32, 35 and 48 ~ 52 use 2-digit parameters.
E X P1 P1 P1 P2 P2 P3 P4 P5 Command example:
Answer Display brightness
11 12 13 14 15 16 17 18 19 20 EX00000000; (Display illumination OFF).
P5 ; EX00000003; (Display brightness level 3).
6
PC CONTROL COMMAND
7
PC CONTROL COMMAND
8
PC CONTROL COMMAND
Reads and sets the VFO A frequency. Parameters:
FA P1
1 2 3 4 5 6 7 8 9 10 Specify the frequency in Hz (11-digit).
For example, 00014195000 for 14.195 MHz. The blank digits
F A P1 P1 P1 P1 P1 P1 P1 P1 must be 0.
Set
11 12 13 14 15 16 17 18 19 20
P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
F A ;
1 2 3 4 5 6 7 8 9 10
F A P1 P1 P1 P1 P1 P1 P1 P1
Answer
11 12 13 14 15 16 17 18 19 20
P1 P1 P1 ;
P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
F B ;
1 2 3 4 5 6 7 8 9 10
F B P1 P1 P1 P1 P1 P1 P1 P1
Answer
11 12 13 14 15 16 17 18 19 20
P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Answer
F R P1 ;
1 2 3 4 5 6 7 8 9 10
Read
F S ;
1 2 3 4 5 6 7 8 9 10
Answer
F S P1 ;
9
PC CONTROL COMMAND
Selects or reads the VFO or M.CH mode of the transmitter. Parameters:
FT P1
1 2 3 4 5 6 7 8 9 10 0: VFO A
1: VFO B
Set
F T P1 ; 2: M.CH
1 2 3 4 5 6 7 8 9 10
Answer
F T P1 ;
1 2 3 4 5 6 7 8 9 10
Read
I D ;
1 2 3 4 5 6 7 8 9 10
Answer
I D P1 P1 P1 ;
10
PC CONTROL COMMAND
Retrieves the transceiver status. Parameters:
IF P1
Specify the frequency in Hz (11-digit).
The blank digits must be “0”.
1 2 3 4 5 6 7 8 9 10
P2
Set 5 spaces for the TS-480.
P3
RIT/ XIT frequency ±9990 in Hz
1 2 3 4 5 6 7 8 9 10 P4
0: RIT OFF, 1: RIT ON
Read P5
I F ; 0: XIT OFF, 1: XIT ON
P6:
1 2 3 4 5 6 7 8 9 10 Always 0 for the TS-480 (Memory channel bank number).
P7:
Memory channel number (00 ~ 99).
I F P1 P1 P1 P1 P1 P1 P1 P1
P8
0: RX, 1: TX
11 12 13 14 15 16 17 18 19 20 P9
Operating mode. Refer to the MD commands for details.
P1 P1 P1 P2 P2 P2 P2 P2 P3 P3 P10
See FR and FT commands.
Answer P11
21 22 23 24 25 26 27 28 29 30 Scan status. Refer to the SC command.
P12
P3 P3 P3 P4 P5 P6 P7 P7 P8 P9 0: Simplex operation, 1: Split operation
P13
0: OFF, 1: TONE, 2: CTCSS
31 32 33 34 35 36 37 38 39 40 P14
Tone number (00 ~ 42). Refer to the TN and CN command.
P10 P11 P12 P13 P14 P14 P15 ; P15
A space character for the TS-480.
1 2 3 4 5 6 7 8 9 10
Answer
I S P1 P2 P2 P2 P2 ;
1 2 3 4 5 6 7 8 9 10
Read
K S ;
1 2 3 4 5 6 7 8 9 10
Answer
K S P1 P1 P1 ;
11
PC CONTROL COMMAND
Converts the characters into Morse code. Parameters:
KY P1
0: Character buffer is available
1 2 3 4 5 6 7 8 9 10 1: Character buffer is not available
(Answer command only. A space must be used for the Set
K Y P1 P2 P2 P2 P2 P2 P2 P2 command.)
P2
11 12 13 14 15 16 17 18 19 20 Enter characters and numbers.
Se t Available characters are:
P2 P2 P2 P2 P2 P2 P2 P2 P2 P2 ABCDEFGHIJKLMNOPQRSTUVWXYZ “ ” (space)
0123456789
21 22 23 24 25 26 27 28 29 30
"'()*+,–./:=?
Special characters:
P2 P2 P2 P2 P2 P2 P2 ;
The following ASCII characters can be used in place of the
special CW codes.
1 2 3 4 5 6 7 8 9 10
BT=[, AR=_, AS=<, HH=#, SK=>, KN=], BK=\, SN=%
Read
K Y ;
The fixed 24-byte length is used for the P2 parameter.
1 2 3 4 5 6 7 8 9 10 “ ” (space) character must be used for the unused characters.
These space characters will not be converted.
Answer If all P2 parameter characters are spaces, the transceiver
K Y P1 ;
stops sending the message.
1 2 3 4 5 6 7 8 9 10
Answer
L K P1 P2 ;
Sets and reads the VGS-1 or electric keyer recording status. Parameters:
LM P1
1 ~ 3: CH (Recording Channel) number
1 2 3 4 5 6 7 8 9 10
P2
Set 0: Stop recording (Set command only)
L M P1 P2 ;
0: Recording function is inactive
1 2 3 4 5 6 7 8 9 10 1: Ready for recording
Read 2: Start recording (Busy status while recording)
L M ; P3
000 ~ 060: Remaining recording time in seconds
1 2 3 4 5 6 7 8 9 10 (Voice mode)
Answer 000 ~ 100: Recorded message capacity as a percentage
L M P1 P2 P3 P3 P3 ;
(CW)
1 2 3 4 5 6 7 8 9 10
Read
M C ;
1 2 3 4 5 6 7 8 9 10
Answer
M C P1 P2 P2 ;
12
PC CONTROL COMMAND
Sets or reads Menu A or B. Parameters:
MF P1
1 2 3 4 5 6 7 8 9 10 0: Menu A
1: Menu B
Set
M F P1 ;
1 2 3 4 5 6 7 8 9 10
Read
M F ;
1 2 3 4 5 6 7 8 9 10
Answer
M F P1 ;
1 2 3 4 5 6 7 8 9 10
Read
M G ;
1 2 3 4 5 6 7 8 9 10
Answer
M G P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
M L ;
1 2 3 4 5 6 7 8 9 10
Answer
M L P1 P1 P1 ;
P15 P16 P16 P16 P16 P16 P16 P16 P16 ; Memory channel 90 ~ 99:
P1=0 (start frequency), P1=1 (end frequency)
13
PC CONTROL COMMAND
Store the data to the Memory channel. Parameters:
MW P1
0: RX frequency, 1: TX frequency
1 2 3 4 5 6 7 8 9 10 P2
Always 0 for the TS-480.
P3
M W P1 P2 P3 P3 P4 P4 P4 P4 00 ~ 99: Memory channel number
P4
11 12 13 14 15 16 17 18 19 20 Frequency in Hz (11-digit).
P5
Mode. Refer to the MD command.
P4 P4 P4 P4 P4 P4 P4 P5 P6 P7
P6
Lockout status. 0: Lockout OFF, 1: Lockout ON
21 22 23 24 25 26 27 28 29 30 P7
Set 0: OFF, 1: TONE, 2: CTCSS
P8 P8 P9 P9 P10 P10 P10 P11 P12 P13 P8
Tone Number. Refero to the TN command.
P9
31 32 33 34 35 36 37 38 39 40
CTCSS tone number. Refer to the CN command.
P10
P13 P13 P13 P13 P13 P13 P13 P13 P14 P14 Always 000 for the TS-480.
P11
41 42 43 44 45 46 47 48 49 50 Always 0 for the TS-480.
P12
Always 0 for the TS-480.
P15 P16 P16 P16 P16 P16 P16 P16 P16 ; P13
Always 000000000 for the TS-480.
1 2 3 4 5 6 7 8 9 10 P14
Step size. Refer to the ST command.
Read
P15
Always 0 for the TS-480.
P16
1 2 3 4 5 6 7 8 9 10 Memory name. A maximum of 8 characters.
Answer
Memory channel 90 ~ 99:
P1=0 (start frequency), P1=1 (end frequency)
1 2 3 4 5 6 7 8 9 10
Read
N B ;
1 2 3 4 5 6 7 8 9 10
Answer
N B P1 ;
1 2 3 4 5 6 7 8 9 10
Answer
N L P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
N R ;
1 2 3 4 5 6 7 8 9 10
Answer
N R P1 ;
14
PC CONTROL COMMAND
Reads the IF filter availability. Parameters:
OP P1
1 2 3 4 5 6 7 8 9 10 0: YF-107SN (1.8 kHz) is not installed.
1: YK-107SN (1.8 kHz) is installed.
Set
P2
0: YF-107C (500 Hz) is not installed.
1 2 3 4 5 6 7 8 9 10 1: YF-107C (500 Hz) is installed.
R ead P3
O P ;
0: YF-107CN (270 Hz) is not installed.
1 2 3 4 5 6 7 8 9 10 1: YF-107CN (270 Hz) is installed.
Answer
O P P1 P2 P3 ;
1 2 3 4 5 6 7 8 9 10
Answer
P A P1 P2 ;
Sets and reads the Speech Processor input/ output level. Parameters:
PL P1
1 2 3 4 5 6 7 8 9 10 Input level:
000 (min.) ~ 100 (max.)
Set
P L P1 P1 P1 P2 P2 P2 ; P2
Output level:
1 2 3 4 5 6 7 8 9 10 000 (min.) ~ 100 (max.)
Read
P L ;
1 2 3 4 5 6 7 8 9 10
Answer
P L P1 P1 P1 P2 P2 P2 ;
15
PC CONTROL COMMAND
Sets or reads the Speech Processor function ON/ OFF. Parameters:
PR P1
1 2 3 4 5 6 7 8 9 10 0: Speech Processor OFF
1: Speech Processor ON
Se t
P R P1 ;
1 2 3 4 5 6 7 8 9 10
Read
P R ;
1 2 3 4 5 6 7 8 9 10
Answer
P R P1 ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Answer
Q R P1 P2 ;
1 2 3 4 5 6 7 8 9 10
Answer
R A P1 P1 P2 P2 ;
16
PC CONTROL COMMAND
Clears the RIT offset frequency. Parameters:
RC None
1 2 3 4 5 6 7 8 9 10
S et
R C ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Read
R G ;
1 2 3 4 5 6 7 8 9 10
Answer
R G P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
R L ;
1 2 3 4 5 6 7 8 9 10
Answer
R L P1 P1 ;
17
PC CONTROL COMMAND
Reads the transceiver status. Parameters:
RS P1
1 2 3 4 5 6 7 8 9 10 0: Normal
1: The transceiver is busy configuring the various settings,
Set
such as M.SCR mode, Menu mode, or direct frequency
entry mode.
1 2 3 4 5 6 7 8 9 10
Read
R S ;
1 2 3 4 5 6 7 8 9 10
Answer
R S P1 ;
1 2 3 4 5 6 7 8 9 10
Read
R T ;
1 2 3 4 5 6 7 8 9 10
Answer
R T P1 ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
R X P1 ;
18
PC CONTROL COMMAND
Sets or reads the CW Break-in time delay. Parameters:
SD P1
1 2 3 4 5 6 7 8 9 10 0000 ~ 1000 ms (in steps of 50 ms)
0000 is FBK (Full Break-in)
Set
S D P1 P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
S D ;
1 2 3 4 5 6 7 8 9 10
Answer
S D P1 P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Answer
S M P1 P2 P2 P2 P2 ;
1 2 3 4 5 6 7 8 9 10
Answer
S Q P1 P2 P2 P2 ;
19
PC CONTROL COMMAND
Resets the transceiver. Parameters:
SR P1
1 2 3 4 5 6 7 8 9 10 1: VFO reset
2: Full reset
Set
S R P1 ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
P3 P3 P3 P3 P3 ;
1 2 3 4 5 6 7 8 9 10
Answer
S T P1 P1 ;
20
PC CONTROL COMMAND
Execute the Memory Transfer function. Parameters:
SV No parameter
1 2 3 4 5 6 7 8 9 10
Se t
S V ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Answer
T N P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
T O ;
1 2 3 4 5 6 7 8 9 10
Answer
T O P1 ;
1 2 3 4 5 6 7 8 9 10
Read
T S ;
1 2 3 4 5 6 7 8 9 10
Answer
T S P1 ;
21
PC CONTROL COMMAND
Sets or reads the microprocessor fimware type. Parameters:
TY P1
1 2 3 4 5 6 7 8 9 10 Reserved
P2
Set
0: TS-480HX (200 W)
1: TS-480SAT (100 W + AT)
1 2 3 4 5 6 7 8 9 10 2: Japanese 50 W type
Read 3: Japanese 20 W type
T Y ;
1 2 3 4 5 6 7 8 9 10
Answer
T Y P1 P1 P2 ;
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
U L P1 ;
1 2 3 4 5 6 7 8 9 10
Read
V D ;
1 2 3 4 5 6 7 8 9 10
Answer
V D P1 P1 P1 P1 ;
1 2 3 4 5 6 7 8 9 10
Read
V G ;
1 2 3 4 5 6 7 8 9 10
Answer
V G P1 P1 P1 ;
22
PC CONTROL COMMAND
Emulates the VOICE1 or VOICE2 key. Parameters:
VR P1
1 2 3 4 5 6 7 8 9 10 0: Normal
1: VOICE1
Set
V R P1 ; 2: VOICE2
3: Disable the Voice Guide function
1 2 3 4 5 6 7 8 9 10
Read After P1=3 is sent to the transceiver, P1=1 and 2 cannot be
used. To use the P1=1 and 2 parameters, first send P1=0 to
1 2 3 4 5 6 7 8 9 10 reset the status. When the transceiver is turned OFF, it
Answer resets to P1=0.
1 2 3 4 5 6 7 8 9 10
Read
1 2 3 4 5 6 7 8 9 10
Answer
1 2 3 4 5 6 7 8 9 10
Read
V X ;
1 2 3 4 5 6 7 8 9 10
Answer
V X P1 ;
X T P1 P1 P1 P1 P1 P1 P1 P1
Answer
11 12 13 14 15 16 17 18 19 20
P1 P1 P1 P2 P3 P3 ;
23
PC CONTROL COMMAND
Sets and reads the offset direction and frequency for the Parameters:
XO transverter mode. P1
1 2 3 4 5 6 7 8 9 10 Offset direction.
0: Plus diretion
X O P1 P2 P2 P2 P2 P2 P2 P2 1: Minus direction
Set P2
11 12 13 14 15 16 17 18 19 20 Offset frequency (11-digit). For example, 00094000000 for
P2 P2 P2 P2 ; 94.000 MHz. The blank digits must be 0.
1 2 3 4 5 6 7 8 9 10
Read
X O ;
1 2 3 4 5 6 7 8 9 10
X O P1 P2 P2 P2 P2 P2 P2 P2
Answer
11 12 13 14 15 16 17 18 19 20
P2 P2 P2 P2 ;
1 2 3 4 5 6 7 8 9 10
Read
X T ;
1 2 3 4 5 6 7 8 9 10
Answer
X T P1 ;
24