Wykres commitów

2547 Commity (1d7a2636423018095a591fcf2e749f722933b578)

Autor SHA1 Wiadomość Data
Terry Embry, KJ4EED 79ae77bd79 Added FT2000/FT9000 main_sub_vfo to newcat_get/set_mode,
newcat_get/set_level, newcat_get/set_func,
newcat_get/set_ant


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2510 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-15 21:52:36 +00:00
Stéphane Fillod, F8CFE 4d9d4b5ac3 blurb about S-meter calibration (from FAQ)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2509 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 22:02:30 +00:00
Stéphane Fillod, F8CFE 2e32b08c61 Add FT-2000 and FTDX-9000 headers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2508 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 21:46:47 +00:00
Stéphane Fillod, F8CFE 83ca3affbf special mode conversion
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2507 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:09:39 +00:00
Stéphane Fillod, F8CFE 3870e5c72a * newcat_get_mode: RIG_MODE_PKTFM, fill in proper width
* RX antenna (RIG_ANT_5)
* namespace cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2506 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:05:21 +00:00
Stéphane Fillod, F8CFE 1fb8820946 Add FT-2000 and FTDX-9000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2505 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:02:03 +00:00
Stéphane Fillod, F8CFE c62b141599 RIG_ANT_5
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2504 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 19:26:35 +00:00
Stéphane Fillod, F8CFE a05b7c00de details, new sf upload method
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2503 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 19:25:50 +00:00
Stéphane Fillod, F8CFE 95db2caa00 Add Terry, KJ4EED
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2502 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 19:15:03 +00:00
Stéphane Fillod, F8CFE b68f1d1baf dump CTCSS/DCS list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2501 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 19:01:16 +00:00
Terry Embry, KJ4EED b73092e29d newcat.c
Added RIG_LEVEL_NOTCHF set and get
ft950.h
Added RIG_LEVEL_NOTCHF to SUPPORTED LEVELS
Terry KJ4EED


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2500 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 18:51:25 +00:00
Terry Embry, KJ4EED 22a0167a81 Changed vfo to txvfo = RIG_VFO_TX in set_split_freq(), get_split_freq()
Changed vfo to txvfo = RIG_VFO_TX in set_split_mode(), get_split_mode()
RIG_VFO_TX is "split or uplink vfo";
This may/will break code, maybe we want a vfo option instead?
Terry  KJ4EED


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2499 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-13 22:51:36 +00:00
Terry Embry, KJ4EED d0e0a7e188 yaesu/newcat.c
Added RIG_LEVEL_NR for FT950
Added newcat_scale_float()
for newcat_set_level() floating point problem
Using rigctl on FT950 I was trying to set RIG_LEVEL_COMP to 12
I kept setting it to 11.  I wrote some test software and
found out that 0.12 * 100 = 11.
Compilier is gcc 4.2.4, CPU is AMD X2
This seems to work.
Terry KJ4EED

yaesu/ft950.h
Added RIG_LEVEL_NR


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2498 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-13 21:23:31 +00:00
Terry Embry, KJ4EED 3b71851086 Added FT950 "EX117" ANTIVOX level_set/get.
Added FT950 COMP Level_set/get.
Added "AB" for FT950 VFO copy.
Changed Command "VV" FT950 to FALSE.
Added RIG_LEVEL_VOX bounds checking.  Keep at ms for GRIG2.
Added RIG_LEVEL_BKINDL bounds checking.  Keep at ms for GRIG2.
Changed newcat_set/get_freq to not set or change priv->current_vfo
*** Want to NOT ping-pong vfos when changing freq. ***
Changed newcat_get/set_rit logic.  Changed newcat_get/set_xit logic.
Changed RIG_LEVEL_IF logic.  Found odd compiler problem with %+04d versus %+.4d
Fixed some scale references between FT450 and FT950.
Some code cleanup.  Sorry cvs diff -wB
Some testing on GRIG2 GUI and FlDigi.
Terry KJ4EED


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2497 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-10 23:53:56 +00:00
Stéphane Fillod, F8CFE 6686489197 fix 'vfo_mode stuck to 0' bug found by Zhang Bo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2496 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-10 08:37:35 +00:00
Stéphane Fillod, F8CFE 6fabc0daa1 RIG_LEVEL_STRENGTH fix from Andrew Murphy
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2495 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-09 22:07:21 +00:00
Thomas Beierlein, DL1JBE c6f356914b Add dummy() function to libmisc.a so that that library will never be empty.
OpenSolaris linker does not like empty libs.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2494 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-08 19:54:06 +00:00
Terry Embry, KJ4EED d0cd6f0cfd Fixed RIG_LEVEL_IF set. Fixed RIG_LEVEL_VOXGAIN scale problem for FT950.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2493 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-07 23:16:51 +00:00
Terry Embry, KJ4EED af8d9476b1 Added newcat_valid_command() call to newcat_set_xit().
Added newcat_valid_command() call to newcat_get_xit().
FT450 xit is not supported according to CAT Manual.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2492 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-06 13:29:37 +00:00
Terry Embry, KJ4EED 6fc6310806 Added get_ptt, set_split_vfo, get_split_vfo, set_rit
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2491 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-06 13:28:32 +00:00
Terry Embry, KJ4EED 2cec918745 Added RIG_OP_TOGGLE to FT450_VFO_OPS
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2490 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-06 13:27:32 +00:00
Terry Embry, KJ4EED e9411d2979 yaesu/ft950.h
Added RIG_OP_TOGGLE to FT950_VFO_OPS

yaesu/ft950.c
Changed max_xit to Hz(9999)
Added set_split_vfo() and get_split_vfo()

yaesu/newcat.h
Added newcat_set_split_vfo() and newcat_get_split_vfo()
Moved newcat.c internal function declarations to newcat.c

yaesu/newcat.c
Fixed PREAMP and ATT SETs in newcat_set_level()
Changed newcat_is_rig_model() to newcat_is_rig()
Added newcat_set_vfo_from_alias() internal function
Added newcat_get_txvfo() and newcat_set_txvfo(), uses "FT" command
Added newcat_get_rxvfo() and newcat_set_rxvfo(), uses "FR" command
    to extend newcat_get_vfo() and newcat_set_vfo() for FT9000
Added "SV" toggle command to newcat_vfo_op()
Changed newcat_set_rit() to use max_rit
Changed newcat_set_xit() to use max_xit
Changed newcat_set_rit() and newcat_set_xit() to 0 offset on rit/xit exit
Added newcat_set_split_vfo() and newcat_get_split_vfo().
    (*** Let rig.c backend do split_freq and split_mode)
Changed newcat_set_vfo() to call newcat_set_rxvfo() if "VS" is not supported
Changed newcat_get_vfo() to call newcat_get_rxvfo() if "VS" is not supported


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2489 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-06 02:37:45 +00:00
Stéphane Fillod, F8CFE 09b7e0e3c5 Calibration from Josh Rovero KK1D
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2488 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-03 22:36:34 +00:00
Thomas Beierlein, DL1JBE 918040e720 Use newer version, to enable OpenSolaris to find the correct '-pthreads' switch.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2487 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-01 15:25:54 +00:00
Terry Embry, KJ4EED 2dc81a0203 Changed newcat revision 2.21
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2486 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-30 15:30:39 +00:00
Terry Embry, KJ4EED 2324e9d761 Added power2mW mW2power
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2485 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-30 12:42:42 +00:00
Terry Embry, KJ4EED fc86094b56 Added get_rit, set_rit, get_xit, set_xit
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2484 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-29 19:26:09 +00:00
Terry Embry, KJ4EED edf999b945 Added newcat_is_rig_model
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2483 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-28 22:59:08 +00:00
Terry Embry, KJ4EED 8e8a9bb3c6 Added Get_Ant Set_Ant
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2482 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-27 07:46:34 +00:00
Terry Embry, KJ4EED f6ac6c2e47 Added Get_Ant, Set_Ant
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2481 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-27 07:45:23 +00:00
Terry Embry, KJ4EED 593c6cc343 FT950 RFPower, AGC, S Meter Changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2480 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-26 23:24:14 +00:00
Terry Embry, KJ4EED f38ec23e60 16 data points for S Meter Calibration
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2479 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-26 22:16:00 +00:00
Terry Embry, KJ4EED 8f350baa93 Added RIG_AGC_AUTO enum
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2478 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-26 16:20:20 +00:00
Stéphane Fillod, F8CFE 84e247b8bd get_ptt patch from Terry
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2477 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-16 14:49:12 +00:00
Thomas Beierlein, DL1JBE d8bedaf04d Infrastructure change to enable backend specific coding of mode and bandwidth into rig specific command tokens.
See ic910.c for an example


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2476 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-13 20:29:43 +00:00
Thomas Beierlein, DL1JBE 994d5f109c effectivly revert to Revision 1.33, but renamed filter tokens
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2475 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-09 15:17:49 +00:00
Thomas Beierlein, DL1JBE 207d485b6b Made a comment that 'make check' needs an installed hamlib library.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2474 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-09 14:26:04 +00:00
Stéphane Fillod, F8CFE d2b920c1ad MinGW network portability and regression fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2473 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-05 23:07:38 +00:00
Stéphane Fillod, F8CFE ab24cf45e3 MinGW network fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2472 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-05 23:02:00 +00:00
Stéphane Fillod, F8CFE c9df61f699 update from rxtx-2.1-7
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2471 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-05 23:00:20 +00:00
Stéphane Fillod, F8CFE 60e188547d fix strict compiling
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2470 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-03 21:53:28 +00:00
Alexandru Csete OZ9AEC bf5dd75ca8 Fixed RIG_LEVEL_STRENGTH reading.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2469 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-03 20:48:09 +00:00
Stéphane Fillod, F8CFE d75c3379a5 freq range and caps fixes according to CAT manual
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2468 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-03 20:45:19 +00:00
Stéphane Fillod, F8CFE a94a781a6c get ready for next round
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2467 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 22:11:17 +00:00
Stéphane Fillod, F8CFE 9707af5e04 Release of 1.2.8
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2465 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 22:01:34 +00:00
Stéphane Fillod, F8CFE ca367df7bc Update for 1.2.8 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2464 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 22:00:02 +00:00
Stéphane Fillod, F8CFE 82e8e1bd4a clean signoff before closing socket
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2463 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 17:32:37 +00:00
Stéphane Fillod, F8CFE 5d3e8c1385 new kit backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2462 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 17:05:54 +00:00
Stéphane Fillod, F8CFE f0c53eacb0 icom2rig_mode: fix passband widths for the IC-706 familly
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2461 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 16:26:55 +00:00
Thomas Beierlein, DL1JBE c0a13ddcbc cleaup of filter width declarations
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2460 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 16:14:57 +00:00