git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1054 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-05-28 21:39:13 +00:00
rodzic 3b33bda23a
commit b2f91a3a2d
1 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -75,7 +75,8 @@ lib: library for functions missing on your system
libltdl: wrapper for shared module loader
debian: debian package scripts
doc: documentation base and scripts to extract from src
include: exported header files go there
include/hamlib: exported header files go here
include: non-distributed header files go there
src: Hamlib frontend source directory
tests: rigctl/rotctl and various C programs for testing
@ -83,7 +84,7 @@ tests: rigctl/rotctl and various C programs for testing
Reading the INSTALL file in top directory will explain you more verbosely
to do the following commands
./configure --disable-static --prefix=/some/where
./configure --config-cache --disable-static --prefix=/some/where
make
make install
@ -127,6 +128,13 @@ Most wanted functions to be tested are:
'v' get vfo
'V' set vfo (VFOA, VFOB, etc.)
f,F get_freq/set_freq try various (<1MHz, <30Mhz and >1GHz)
v,V get_vfo/set_vfo VFOA, VFOB
m,M get_mode/set_mode FM, USB, LSB, CW, WFM, etc.
passband is in Hz (pass 0 for default)
G vfo_op UP, DOWN
_ get_info should give remote Id and firmware vers
NB: some functions may not be implemented in the backend of
simply not available on this rig.