Wykres commitów

9025 Commity (1beacd56bdaa3a41212c1225a8fc48113158a43b)

Autor SHA1 Wiadomość Data
Mike Black W9MDB f6d5b7e3c6 Add some debug to kenwood.c 2022-05-20 09:03:02 -05:00
Mike Black W9MDB 921d4d43ef Add -S/--separator option to rigctld to allow something other then \n as a field separator
Should work better for node-red parsing
https://github.com/Hamlib/Hamlib/issues/1030
2022-05-19 12:28:49 -05:00
Mike Black W9MDB 85dfb1bed8 Make rotctld caps reflect underlying rotator -- removes const declaration from rot_caps
This needs to be expanded to cover the other functions too
2022-05-19 11:22:39 -05:00
Mike Black W9MDB 468dd15110 Update simkenwood.c 2022-05-17 17:03:48 -05:00
Mike Black W9MDB a0cb833548 Update simicom.c 2022-05-17 17:03:22 -05:00
Mike Black W9MDB 21a2190e7f Update simyaesu.c 2022-05-17 16:19:36 -05:00
Mike Black W9MDB da28af73e6 Update informatino for GRBLTRK rotor 2022-05-17 09:10:40 -05:00
Michael Black d89bc3df4f
Merge pull request #1032 from wuxx/master
add new rotator grbltrk
2022-05-17 08:14:48 -05:00
Mike Black W9MDB 59211b6a58 Fix mode=NONE in rig_set_mode 2022-05-17 07:49:44 -05:00
Mike Black W9MDB bdd7ffdda1 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-17 07:42:23 -05:00
Mike Black W9MDB a0321ba25f Add ability to set mode only with rig_set_mode by using Mode=NONE 2022-05-17 07:42:07 -05:00
Mike Black W9MDB 72f38f02d1 Add ability to set mode only with rig_set_mode by using VFO=NONE 2022-05-17 06:39:10 -05:00
wuxx e9fb733dae add new rotator grbltrk
Changes to be committed:
	modified:   Android.mk
	modified:   configure.ac
	modified:   include/hamlib/rotlist.h
	new file:   rotators/grbltrk/Android.mk
	new file:   rotators/grbltrk/Makefile.am
	new file:   rotators/grbltrk/grbltrk.c
	modified:   src/rot_reg.c
2022-05-17 13:23:44 +08:00
Mike Black W9MDB 17539bb68a Add VFO UP DOWN to PowerSDR 2022-05-16 22:56:16 -05:00
Mike Black W9MDB 0849172dc5 Add elapsed time to rig_vfo_op 2022-05-15 22:29:43 -05:00
Mike Black W9MDB 4d8e64acfe Stop mapping MICDATA ptt to PTT -- there should be no reason to do this and it was interfering with rigctld and MICDATA rigs TS480/590/890/990
https://github.com/Hamlib/Hamlib/issues/998
2022-05-15 11:53:38 -05:00
Mike Black W9MDB ecd78e7354 Clean up simkenwood warnings 2022-05-15 11:26:29 -05:00
Mike Black W9MDB 4c2ab11c56 Move longlat2locator and locator2longlat to rig.h from rotator.h
These are more generic now than just for rotator use
2022-05-15 10:03:40 -05:00
Mike Black W9MDB 82a915563b Remove debug from barrett.c to prevent compilation warning 2022-05-15 09:31:09 -05:00
Mike Black W9MDB d54f5a1c34 Speed up yaesu compilation a bit when using -j switch in make by moving yaesu.c up the list 2022-05-15 09:17:51 -05:00
Mike Black W9MDB a518bdcaf1 Speed up icom compilation a bit when using -j switch in make by moving icom.c up the list 2022-05-15 09:15:27 -05:00
Mike Black W9MDB 3892bc41dc Remove form feed form rigctl_parse. Did not do what we need for node-red 2022-05-14 22:13:17 -05:00
Mike Black W9MDB f16988d363 Fix get_vfo_info prompt 2022-05-14 17:36:28 -05:00
Mike Black W9MDB 51cbf4af7a For the FT-991 do not call get_narrow when mode is C4FM, PKTFM, or PKTFMN 2022-05-13 22:29:13 -05:00
Mike Black W9MDB 67a7a613a0 Update NEWS with an async example 2022-05-13 17:07:59 -05:00
Mike Black W9MDB cb8b7c185c Correct compile warning in settings.c
https://github.com/Hamlib/Hamlib/issues/985
2022-05-13 16:53:22 -05:00
Mike Black W9MDB 6f9d057162 astyle files getting ready for release 2022-05-13 16:50:13 -05:00
Mike Black W9MDB 2f638a10bf Fix compile warning in password.c for mingw64 2022-05-13 16:48:21 -05:00
Mike Black W9MDB 81d0c3c768 Remove sys/time.h include from rig.h -- not needed
Remove redundant semicolon from rig_debug macro and fix rig_debug's without a semicolon
Some more work on settings and password control -- still in work
https://github.com/Hamlib/Hamlib/issues/813
https://github.com/Hamlib/Hamlib/issues/985
2022-05-13 16:41:59 -05:00
Mike Black W9MDB 3096ad8b68 Add rig_settings_load_all to misc.h 2022-05-13 16:31:22 -05:00
Mike Black W9MDB d0fa5d7776 Small change to rig_vfo_op in rig.c 2022-05-13 16:30:05 -05:00
Mike Black W9MDB 80043d437c Update simkenwood and simyaesu 2022-05-13 16:27:18 -05:00
Mike Black W9MDB c63a71601a Fix newcat_get_mode for C4FM and PKTFMN
https://github.com/Hamlib/Hamlib/issues/1027
2022-05-13 15:19:04 -05:00
Mike Black W9MDB 49cbc18e19 Fix missing semicolon in rig.c and rigctl_parse.c 2022-05-13 11:09:30 -05:00
Mike Black W9MDB 066978ed15 Fix missing semicolon in newcat.c 2022-05-13 11:07:39 -05:00
Mike Black W9MDB ed1f0a22dc Fix missing semicolon in icom.c 2022-05-13 11:06:53 -05:00
Mike Black W9MDB cc73447d7c Fix missing semicolon in codan.c 2022-05-13 11:06:21 -05:00
Mike Black W9MDB 4bf2a8a2b8 Fix missing semicolon in k3.c 2022-05-13 11:03:55 -05:00
Mike Black W9MDB 1063540765 Fix show_DCB in termios.c 2022-05-13 10:32:17 -05:00
Mike Black W9MDB 3a569fcde1 Add vfo_op to PowerSdr 2022-05-12 17:47:16 -05:00
Mike Black W9MDB 2aa8d4b675 Add some debug to rig.c 2022-05-12 11:09:46 -05:00
Mike Black W9MDB 11ffd603ab Add VFO_OP to PowerSDR for BAND_UP and BAND_DOWN 2022-05-12 09:44:00 -05:00
Mike Black W9MDB 45208df8c6 Fix misspelling in rigctl_parse.c 2022-05-11 22:58:46 -05:00
Mike Black W9MDB 1f5f808057 Update simelecraft.c 2022-05-11 16:46:17 -05:00
Mike Black W9MDB 6ad3ace726 Add FUNC_MUTE to K4 in k3.c 2022-05-11 16:36:02 -05:00
Mike Black W9MDB 71407bbf1d Add debug to show file handle in rigctl_parse
https://github.com/Hamlib/Hamlib/issues/1026
2022-05-11 11:53:20 -05:00
Mike Black W9MDB 019faf3b6a Add BU/BD commands to newcat.c validated with FA to get frequency of new band
https://github.com/Hamlib/Hamlib/issues/1026
2022-05-11 10:27:29 -05:00
Mike Black W9MDB a22787393f Add debug to rigctl_parse.c to chase down fscanf problem with node-red on some commands 2022-05-10 12:20:54 -05:00
Mike Black W9MDB e76cd71454 Add RIG_PASSBAND_NOCHANGE to dummy device 2022-05-10 12:20:18 -05:00
Mike Black W9MDB af8b0d57e9 Change debug in set_powerstat 2022-05-09 09:13:26 -05:00