Re: [Hamlib-developer] Tuner frontend functions
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2003-03-28 22:02:26
|
On Thu, Mar 27, 2003, Nate Bargmann wrote:
> As well, you may have noticed that I replaced the character for Dumpcaps
> and a few others by numbers. The reason is that in my EN_us locale, all
> I got on the display was "?" characters. As we go along I'm wondering
> if two character commands could be added?
These 8bit characters do not display well here too. Actually, they're
only used as unique ID in the array for long format option.
Here follows an example on how to use 'dump_caps' when one-char short command
is not available. Long format-only is okay with seldomly used commands.
(fillods@charybde:tests)$ ./rigctl -vvvvvv
rigctl, Hamlib version 1.1.4cvs
Report bugs to <ham...@li...>
rig:rig_init called
rig: loading backend dummy
dummy: _init called
rig_register (1)
dummy_init called
rig:rig_open called
dummy_open called
dummy_get_vfo called: VFOA
Opened rig model 1, 'Dummy'
Backend version: 0.2, Status: Beta
Rig command: \dump_caps
Caps dump for model 1
Model name: Dummy
Mfg name: Hamlib
Backend version: 0.2
Backend copyright: LGPL
[...]
Cheers,
Stephane
|