Mike Black W9MDB
c22392e5cd
Update FLRig's model name with the connected rig in FLRig
2024-11-10 09:53:35 -06:00
Mike Black W9MDB
5c269964c2
astyle files in preparation for release 4.6
2024-11-06 08:07:34 -06:00
Mike Black W9MDB
6d76ba4e7f
Fix MacOS compile warning in rot_pstrotator.c
2024-09-08 08:57:28 -05:00
Mike Black W9MDB
d7191615ee
Fix wording error in flrig.c
2024-08-17 16:21:56 -05:00
Mike Black W9MDB
fc27cc32ce
Fix VFOC error in dummy.c
2024-07-09 09:43:05 -05:00
George Baltz N3GB
37321a1df8
Play catch-up with recent code.
2024-07-02 13:17:26 -04:00
George Baltz N3GB
0790f4d72e
Fix ENTERFUNC/RETURNFUNC imbalances found by repaired func_chk
2024-06-26 16:44:04 -04:00
George Baltz N3GB
096af1f592
More of the balancing act.
...
Mostly ENTERFUNC/RETURNFUNC.
2024-06-26 10:16:12 -04:00
Mike Black W9MDB
25da0396c9
Remove get_agc_labels from flrig...not working
2024-06-23 06:53:09 -05:00
Mike Black W9MDB
096f29cfd9
Show flrig agc labels but don't do anything with them yet.
...
Mapping to Hamlib AGC levels is a bit complicated so deferring this until somebody needs it.
2024-06-14 10:28:44 -05:00
Mike Black W9MDB
661efce725
Allow pstrotator to return az/el on 1st call to get_pos and add status values
2024-06-13 07:18:33 -05:00
Mike Black W9MDB
db73ef20e5
Add csntechnologies.net S.A.T. satellite rotor
...
Thanks to Randy KB0NAV
2024-06-10 22:26:21 -05:00
Mike Black W9MDB
b19c179ce7
Move pstrotator read to a separate thread so that get_pos can see real-time movement
2024-06-10 17:29:51 -05:00
George Baltz N3GB
c4e5f54bbf
FIx the stragglers
...
Comments/false postitives
New code
2024-06-08 03:55:08 -04:00
Mike Black W9MDB
c112a5f6a9
Add PSTRotator to rotctl
2024-06-07 15:28:21 -05:00
George Baltz N3GB
53287de487
Convert all of rigs/* except rigs/icom and rigs/yaesu
...
Also do some comments(false positives)
2024-06-05 21:07:06 -04:00
George Baltz N3GB
5b84c02b80
More sed -i with manual fixups.
...
This leaves rigs/dummy/ to finish, then the biggies - rigs/icom & rigs/yaesu
2024-06-05 16:50:40 -04:00
George Baltz N3GB
a63e518393
More state pointer changes
...
Also fix cache pointer regressions
Mostly done via `sed -i`
2024-06-01 16:59:17 -04:00
Mike Black W9MDB
745e72a6cf
Add
...
ROT_MOVE_UP_LEFT, ROT_MOVE_UP_CCW
ROT_MOVE_UP_RIGHT, ROT_MOVE_UP_CW
ROT_MOVE_DOWN_LEFT, ROT_MOVE_DOWN_CCW
ROT_MOVE_DOWN_RIGHT, ROT_MOVE_DOWN_CW
Supported by SPID rotators
2024-05-30 17:34:02 -05:00
Mike Black W9MDB
be0f7407f2
Fix RFMETER_POWER_WATTS in dummy.c
2024-05-29 06:12:00 -05:00
Mike Black W9MDB
d9b57bc7a8
Align dummy rigs
2024-04-19 16:41:37 -05:00
Mike Black W9MDB
dce80d264a
Update FLRig version
2024-04-18 11:28:38 -05:00
Mike Black W9MDB
4c111da0d1
Add small delay when setting VFO in FLRig to allow GUI to catch up
2024-04-18 11:22:41 -05:00
Mike Black W9MDB
d9b589d254
Fix unflushed data in get_lock
2024-04-18 11:22:25 -05:00
Mike Black W9MDB
9a7dda25c8
w command now recognizes ; and 0xfd as valid endings for faster response instead of timeout
...
Stacking commands with w and W works e.g. FA;FB;
Still need to allow for hex values with simple form "xfe xfe...." instead of "\0xfe \0xfe..." -- more in-line with FLRig format
https://github.com/Hamlib/Hamlib/issues/1536
2024-04-02 16:26:27 -05:00
Mike Black W9MDB
41de3425d2
Fix hamlib_version in netrigctl_open and blank agc_levels from FLRig
2024-03-31 12:22:02 -05:00
Mike Black W9MDB
7b8f263b21
Reduce verbosity in netrigctl.c
2024-03-30 10:06:08 -05:00
Mike Black W9MDB
0353fdcae0
Reduce debug in flrig
2024-03-29 22:23:36 -05:00
Mike Black W9MDB
55d5f8b64a
Really fix FLRig get_bwA return code
2024-03-26 16:59:57 -05:00
Mike Black W9MDB
0a0118b797
Fix FLrig get_bwA and get_bwB to return cached value if FLRig returns empty value
2024-03-26 16:25:20 -05:00
Mike Black W9MDB
896230beed
Fix bandwidth set for FLRig
2024-03-25 22:26:58 -05:00
Mike Black W9MDB
624e00dcb4
Fix FLRig reading of bandwith when FIXED or "k" is read back
2024-03-25 11:29:18 -05:00
Mike Black W9MDB
c3429084fb
Allow FLRig to use "k" values for bandwidth
2024-03-25 10:22:48 -05:00
George Baltz N3GB
609065775c
Update some of rigs/* to use pointer to cache
...
Issue #536
2024-03-08 21:00:19 -05:00
Mike Black W9MDB
15a2b5a0dc
Fix segfault on rigctl -m 2 -u
...
https://github.com/Hamlib/Hamlib/issues/1520
2024-03-04 12:23:00 -06:00
Mike Black W9MDB
c74b3c10c6
Add AM and AMD modes to flrig and bandwidth
2024-03-02 16:16:46 -06:00
Mike Black W9MDB
a96a97ae3c
Return 10,000 for bandwidth for Flrig when "FIXED" is returned
2024-03-02 15:58:41 -06:00
Mike Black W9MDB
25ee5d65d5
Fix rigctld vfo_ops
...
https://github.com/Hamlib/Hamlib/issues/1518
2024-02-28 17:30:41 -06:00
Mike Black W9MDB
b65997a249
astyle netrigctl.c
2024-02-26 07:36:25 -06:00
Mike Black W9MDB
1b2f6a84f7
Add USB-D1/D2/D3 LSB-D1/D2/D3 to new modes and Flrig
...
https://github.com/Hamlib/Hamlib/issues/1502
2024-02-23 12:27:55 -06:00
Mike Black W9MDB
e1f2342982
Promote all BETA to STABLE
...
Promot all ALPHA to BETA
2024-02-14 07:11:20 -06:00
George Baltz N3GB
1e552b557f
Convert rigs/dummy/
2024-02-05 11:28:31 -05:00
Mike Black W9MDB
efeba2dfe0
Fix some more hamlib_token_t
...
https://github.com/Hamlib/Hamlib/issues/1469
2024-01-22 10:50:30 -06:00
Mike Black W9MDB
05033171c3
Change token_t to hamlib_token_t to avoid collsions with libbsm and others
...
https://github.com/Hamlib/Hamlib/issues/1469
2024-01-21 23:11:55 -06:00
Mikael Nousiainen
051e671bfa
Merge upstream changes and fix conflicts. Use snprintf() in most sprintflst.c functions to avoid buffer overflows.
2024-01-04 10:43:15 +02:00
Mikael Nousiainen
2358cba6a4
Fix issues with Dummy rig VFOs. Fix Yaesu ST split command.
2024-01-04 10:13:43 +02:00
Mike Black W9MDB
bd746387f9
Fix set_ant and get_ant for rigctl -m 2 dump_caps
...
https://github.com/Hamlib/Hamlib/issues/1466
2023-12-29 15:59:34 -06:00
Mike Black W9MDB
bca0a6ee47
Make FLRig name simpler for rig list
2023-12-22 16:00:40 -06:00
Mikael Nousiainen
1cc08d2f00
Merge upstream and fix conflicts
2023-12-19 18:03:12 +02:00
Mikael Nousiainen
93b61d2c5e
Fix dummy rig bugs. Improve FTDX101/FTDX10 ST split command logic.
2023-12-19 00:08:35 +02:00