|
TCLRADIO/WISHRADIO
NAME
tclradio - WiNRADiO-enabled Tcl shell
wishradio - WiNRADiO-enabled Tcl/Tk shell
SYNOPSIS
winradio
<command-name> <port>
<command-name>
<arguments>
DESCRIPTION
Tcl/Tk shells with support for WiNRADiO WR-1x00/WR-3x00 receivers.
- <port>
-
0x180-0x1b8 (internal receivers) or
0-9 (/dev/cua) or
0x2e8-0x3f8 (raw UART)
- <command-name>
-
A new Tcl command for controlling the receiver at the specified port.
Arguments supported by <command>:
- -p {0,1}
-
Turns power off/on.
- -f {150e3-1.5e9}
-
Sets the receiver frequency, in Hz.
- -m {AM,FMN,FMW,CW,LSB,USB,FMM,FM6}
-
Sets the receiver mode.
- -v {0-100}
-
Sets the audio output volume.
- -u {0,1}
-
Sets mutes off/on.
- -a {0,1}
-
Sets attenuation off(DX)/on(Local).
- -b <freq>
-
Sets BFO (untested).
- -i <freq>
-
Sets IF shift.
- {p,f,m,v,u,a,b,i}
-
Returns the current value of the setting.
- (without options)
-
Returns the current value of all settings.
- ss
-
Returns signal strength (0-255).
- version
-
Returns a string describing the receiver.
|