Skip to content

Commit ea86a25

Browse files
committed
Add FT-710 and FT-891 examples
1 parent 669a522 commit ea86a25

File tree

12 files changed

+204
-0
lines changed

12 files changed

+204
-0
lines changed

FT-710-examples/freqset-10m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 28.1246MHz
5+
# set mode to DATA-U
6+
# (not required: set HF MAX output power to 5W / send_raw ; EX030401005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 28124600
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-710-examples/freqset-15m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 21.0946MHz
5+
# set mode to DATA-U
6+
# (not required: set HF MAX output power to 5W / send_raw ; EX030401005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 21094600
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-710-examples/freqset-20m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 14.0956MHz
5+
# set mode to DATA-U
6+
# (not required: set HF MAX output power to 5W / send_raw ; EX030401005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 14095600
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-710-examples/freqset-30m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 10.1387MHz
5+
# set mode to DATA-U
6+
# (not required: set HF MAX output power to 5W / send_raw ; EX030401005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 10138700
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-710-examples/freqset-40m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 7.0386MHz
5+
# set mode to DATA-U
6+
# (not required: set HF MAX output power to 5W / send_raw ; EX030401005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 7038600
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-710-examples/freqset-6m.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-710
4+
# set frequency to 50.2930MHz
5+
# set mode to DATA-U
6+
# (not required: set 6m MAX output power to 5W / send_raw ; EX030402005;)
7+
# set actual output power to 5W / send_raw ; PC005;
8+
# set filter to narrow (300Hz) / send_raw ; NA01;
9+
# then check the status including PTT
10+
rigctl -m 1049 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_011BD871-if00-port0 -P RIG -s 38400 - << .EOF.
11+
F 50293000
12+
M PKTUSB 2400
13+
send_raw ; PC005;
14+
send_raw ; NA01;
15+
f
16+
m
17+
send_raw ; PC;
18+
send_raw ; NA0;
19+
t
20+
.EOF.

FT-891-examples/freqset-10m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 14.0956MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 28124600
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

FT-891-examples/freqset-15m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 14.0956MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 21094600
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

FT-891-examples/freqset-20m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 14.0956MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 14095600
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

FT-891-examples/freqset-30m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 10.1387MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 10138700
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

FT-891-examples/freqset-40m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 7.0386MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 7038600
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

FT-891-examples/freqset-6m.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
cd /home/kenji/wspr-trx
3+
# FT-891, set mode to DATA-U and filter width 350Hz,
4+
# frequency to 14.0956MHz, output power to 5W, then check the status
5+
# (including PTT)
6+
rigctl -m 1036 -r /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_00CED32F-if00-port0 -P RIG -s 38400 - << .EOF.
7+
M PKTUSB 250
8+
F 50293000
9+
L RFPOWER 0.05
10+
f
11+
m
12+
l RFPOWER
13+
t
14+
.EOF.

0 commit comments

Comments
 (0)