-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/sh | ||
cd /home/kenji/wspr-trx | ||
# IC-705 | ||
# set frequency to 28.1246MHz | ||
# set mode to USB-D | ||
# set filter to 300Hz | ||
# set actual output power to 5W (50%) | ||
# set preamp to disable (0) | ||
# disable transmission (0) | ||
# then check the status including PTT | ||
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF. | ||
F 28124600 | ||
M PKTUSB 300 | ||
L RFPOWER 0.510 | ||
L PREAMP 0 | ||
T 0 | ||
f | ||
m | ||
l RFPOWER | ||
l PREAMP | ||
t | ||
.EOF. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/sh | ||
cd /home/kenji/wspr-trx | ||
# IC-705 | ||
# set frequency to 18.1046MHz | ||
# set mode to USB-D | ||
# set filter to 300Hz | ||
# set actual output power to 5W (50%) | ||
# set preamp to disable (0) | ||
# disable transmission (0) | ||
# then check the status including PTT | ||
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF. | ||
F 18104600 | ||
M PKTUSB 300 | ||
L RFPOWER 0.510 | ||
L PREAMP 0 | ||
T 0 | ||
f | ||
m | ||
l RFPOWER | ||
l PREAMP | ||
t | ||
.EOF. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/sh | ||
cd /home/kenji/wspr-trx | ||
# IC-705 | ||
# set frequency to 14.0956MHz | ||
# set mode to USB-D | ||
# set filter to 300Hz | ||
# set actual output power to 5W (50%) | ||
# set preamp to disable (0) | ||
# disable transmission (0) | ||
# then check the status including PTT | ||
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF. | ||
F 14095600 | ||
M PKTUSB 300 | ||
L RFPOWER 0.510 | ||
L PREAMP 0 | ||
T 0 | ||
f | ||
m | ||
l RFPOWER | ||
l PREAMP | ||
t | ||
.EOF. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters