Stéphane Fillod, F8CFE
136af80c39
Add Tentec Omni VII, cloned after Jupiter
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2574 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-11 12:42:24 +00:00
Terry Embry, KJ4EED
0297d64415
hanged get_mem and get_channel to leave channel_num
...
alone on an error. get_mem should always be valid.
get_channel will return 0 Hz in freq on an empty channel.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2573 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-11 10:04:48 +00:00
Terry Embry, KJ4EED
067e7328a7
Added backup and restore to Memory Channel.
...
Added get_cmd and set_cmd. Added get_vfo_mode for showing if rig is
in RIG_VFO_MEM at any time.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2572 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-10 14:52:49 +00:00
Nate Bargmann, N0NB
86badd1aaf
Documentation updates.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2571 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-09 23:03:37 +00:00
Terry Embry, KJ4EED
59b9885766
Change set_tx_vfo RIG_VFO_MEM logic
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2570 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-08 21:38:47 +00:00
Terry Embry, KJ4EED
46da044e37
Added RIG_LEVEL_BKIN_DLYMS string
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2569 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-08 18:51:43 +00:00
Terry Embry, KJ4EED
4a4ebdf633
Added split_mode and split_freq tracking to restore_vfo, backup_vfo
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2568 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-08 12:57:31 +00:00
Terry Embry, KJ4EED
85ad7304dc
Changes to vfo_restore, get_split_vfo
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2567 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-08 07:22:25 +00:00
Terry Embry, KJ4EED
ec32850fd1
Fixed False Positive get_split_vfo in memory mode
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2566 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-07 23:09:12 +00:00
Terry Embry, KJ4EED
424e370409
Changed get_split_vfo to use passed vfo
...
Added split mode to vfo_backup and vfo_restore
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2565 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-07 20:59:12 +00:00
Terry Embry, KJ4EED
d560c16f22
Added newcat_backup_vfo, newcat_restore_vfo
...
Updated FT9000 valid commands
Added valid command test to functions
Some code cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2564 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-07 00:50:53 +00:00
Terry Embry, KJ4EED
963a96f3cb
Changed RIG_LEVEL_BKINDL to tenth_dots per second
...
Cleanup of set/get_mem and set/get_channel
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2563 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-05 23:03:15 +00:00
Martin Ewing, AA6E
371c708c7b
Orion: Allow frontend to handle RIG_LEVEL_STRENGTH
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2562 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-05 17:39:57 +00:00
Nate Bargmann, N0NB
aa4a2fef88
Patch from Thomas Beierlein, DL1JBE, to fix parallel make, i.e.
...
`make -jN'.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2561 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-05 12:16:47 +00:00
Terry Embry, KJ4EED
bdd0bf3e25
memset channel_t chan in get_channel
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2560 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-05 02:20:59 +00:00
Terry Embry, KJ4EED
090fb246f7
Changed RIG_LEVEL_BKINDL math, 1 dot == 2UI (on time + off time)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2559 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 23:59:00 +00:00
Terry Embry, KJ4EED
d6a52b059f
Adjusted bandwidth filters, Added set/get_channel, set/get_trn
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2558 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 16:03:34 +00:00
Stéphane Fillod, F8CFE
025c1f4dd1
flexible command termination for send_cmd
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 14:49:17 +00:00
Terry Embry, KJ4EED
a18e75470f
Partially implemented set_channel
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2556 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 14:23:43 +00:00
Terry Embry, KJ4EED
7adc0f0824
Fixed newcat_set_channel bugs
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2555 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 14:01:02 +00:00
Stéphane Fillod, F8CFE
0ceb81add9
New FT-840 backend, as suggested by Thomas - DK6KD
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2554 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 10:40:34 +00:00
Martin Ewing, AA6E
0cc33fb486
Example updates
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2553 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 01:27:43 +00:00
Terry Embry, KJ4EED
83f4d2cbb1
Added newcat_get_channel, newcat_set_channel
...
Added RIG_VFO_MEM support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2552 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 00:05:25 +00:00
Martin Ewing, AA6E
4c3c55d61b
Orion - implement RIG_LEVEL_STRENGTH
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2551 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-03 23:05:57 +00:00
Martin Ewing, AA6E
b18272f0e8
fix string handling in LEVEL_RAWSTR
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2550 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-03 20:58:32 +00:00
Terry Embry, KJ4EED
dec970e047
Adjusted Bandwidths: to see NFM, NAM modes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2549 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-03 14:16:49 +00:00
Terry Embry, KJ4EED
8aa412cefd
Added NAM, NFM to mode_str
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2548 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-03 14:15:05 +00:00
Terry Embry, KJ4EED
76b48e3d9f
Added RIG_MODE_NFM, RIG_MODE_NAM
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2547 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-03 14:08:00 +00:00
Terry Embry, KJ4EED
7d48dc7dfc
Removed .width from NEWCAT_MEM_CAP
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2546 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-02 14:32:22 +00:00
Martin Ewing, AA6E
5af5c82996
use rawstrength.i which matters in PPC compile
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2545 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-02 03:51:40 +00:00
Stéphane Fillod, F8CFE
be4c171328
fix send_cmd bug, patch by Rob Frohne, KL7NA
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2544 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-01 18:19:26 +00:00
Stéphane Fillod, F8CFE
5f2d5bd69e
comments, patch by Rob Frohne, KL7NA
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2543 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-01 18:18:11 +00:00
Terry Embry, KJ4EED
f2aac246f2
Added mw2power testing into power2mW test
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2542 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-01 17:21:02 +00:00
Terry Embry, KJ4EED
541fc7c2bc
Fixed mW2power bug
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2541 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-01 17:16:07 +00:00
Diane Bruce, VA3DB
e9aa6fe546
- Extra comma on RIG_STATUS_BUGGY can cause a compiler error.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2540 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-01 17:07:09 +00:00
Terry Embry, KJ4EED
f6dc85fdf4
Added debugging statements to mW2power and power2mW
...
Changed _nc_rigid to int because of potential enum bugs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2539 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-31 18:17:56 +00:00
Stéphane Fillod, F8CFE
a771286ae9
S-meter readout for FT-847, patch from Magne / LA1BFA
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2538 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-31 16:58:27 +00:00
Terry Embry, KJ4EED
6071a61141
Added newcat_get/set_trn
...
Changed power2mW mW2power to work with different radio model versions
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2537 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-30 18:52:32 +00:00
Nate Bargmann, N0NB
a2ffaf04dd
Correction of short path azimuth calculation by Dave Freese, W1HKJ
...
in the qrb function.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2536 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-29 13:12:29 +00:00
Terry Embry, KJ4EED
41aa9c8dda
Added get_ts, set_ts to rigs
...
Added newcat_is_id for future reference
Made Changes to newcat_valid_command
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2535 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-28 13:53:13 +00:00
Terry Embry, KJ4EED
bc092bab7e
Added more METERS to newcat_set_level RIG_LEVEL_METER
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2534 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-28 04:06:14 +00:00
Nate Bargmann, N0NB
229d4ca562
Patch from Stefano Merlo, IZ1IGK that avoids trying to read the status
...
bytes on the FT-757GX as it has a write only serial interface.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2533 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-28 02:38:54 +00:00
Terry Embry, KJ4EED
7b751bff86
Added newcat_get_ts, newcat_set_ts
...
Added newcat_get_faststep, newcat_set_faststep
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2532 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-28 00:25:31 +00:00
Terry Embry, KJ4EED
0a21830680
Added newcat_get_powerstat, newcat_set_powerstat
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2531 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-27 08:08:47 +00:00
Terry Embry, KJ4EED
9746bdd342
Added RIG_LEVEL_BKIN_DLYMS - CW Breakin delay in milliseconds to rig_level_e enum
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2530 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-26 23:57:15 +00:00
Terry Embry, KJ4EED
0d06e98e7a
Added functions and ctcss_list as needed
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2529 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-26 11:36:21 +00:00
Terry Embry, KJ4EED
47eb68d232
Fixed newcat_set_ctcss_tone set bug
...
Added null pointer ctcss_list test
Changed newcat_set_mode width sets to after mode set
Changed newcat_power2mW, newcat_mW2power to allow all nc rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2528 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-26 11:34:24 +00:00
Terry Embry, KJ4EED
1a34f231ab
Added newcat_set_ctcss_tone, newcat_get_ctcss_tone,
...
newcat_set_ctcss_sql, newcat_get_ctcss_sql
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2527 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-26 00:05:02 +00:00
Terry Embry, KJ4EED
88fce68620
Added set_rptr_shift, get_rptr_shift
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2526 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-25 14:45:00 +00:00
Terry Embry, KJ4EED
b2afb0a581
Added FT450 filter gets and sets
...
Found some narrow filter settings in FT2000 manual
Made up the rest. It is a starting point.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2525 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-25 13:32:50 +00:00