[Hamlib-cvs-digest] CVS: hamlib/aor ar8200.c,1.1,1.2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2001-01-05 18:18:13
|
Update of /cvsroot/hamlib/hamlib/aor In directory usw-pr-cvs1:/tmp/cvs-serv1304 Modified Files: ar8200.c Log Message: * added targetable_vfo field in caps Index: ar8200.c =================================================================== RCS file: /cvsroot/hamlib/hamlib/aor/ar8200.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ar8200.c 2000/11/01 23:23:56 1.1 --- ar8200.c 2001/01/05 18:18:17 1.2 *************** *** 57,61 **** RIG_TYPE_SCANNER, RIG_PTT_NONE, 9600, 19200, 8, 2, RIG_PARITY_NONE, RIG_HANDSHAKE_XONXOFF, 0, 0, 2000, 3, AR8200_FUNC_ALL, AR8200_LEVEL_ALL, ! AR8200_LEVEL_ALL, 1000, RIG_TRN_ON, { {KHz(100),MHz(2040),AR8200_ALL_MODES,-1,-1}, --- 57,61 ---- RIG_TYPE_SCANNER, RIG_PTT_NONE, 9600, 19200, 8, 2, RIG_PARITY_NONE, RIG_HANDSHAKE_XONXOFF, 0, 0, 2000, 3, AR8200_FUNC_ALL, AR8200_LEVEL_ALL, ! AR8200_LEVEL_ALL, 0, 1000, RIG_TRN_ON, { {KHz(100),MHz(2040),AR8200_ALL_MODES,-1,-1}, |