Commit graph

67 commits

Author SHA1 Message Date
George Baltz N3GB
2f3d01728b Remove all traces of FTDX3000DM
Per Yaesu Tech support, treat all FTDX-3000 models the same. See comments
  in PR #2039.

While removing references to FTDX-3000DM, I happened across simft818.c.
  It set a new low for simulators.  It is completely wrong - it uses
  new CAT protocol, while the rig uses the old 5-byte binary version.
  If you want to simulate the FT-818, start over with simft817.c as
  the basis, because this one is gone.
2026-04-22 12:51:36 -04:00
Daniele Forsi IU5HKX
7ed63e2e20 Fix build failure when trying to build simulators on a clean tree
Fixes:
make[1]: *** No rule to make target '../lib/libmisc.la', needed by 'simatd578'.  Stop.

Steps to reproduce:
make clean
make -j12 -C simulators check
2025-09-18 18:57:51 +02:00
Daniele Forsi IU5HKX
1aafbb3f24
[simulators] Add missing files to check_PROGRAMS 2025-08-18 17:17:31 -05:00
Daniele Forsi IU5HKX
271129705a
[simulators] Split and sort the list of check_PROGRAMS 2025-08-18 17:17:31 -05:00
Daniele Forsi IU5HKX
8805748e74
[simulators] Add missing files to EXTRA_DIST 2025-08-18 09:02:06 -05:00
Daniele Forsi IU5HKX
0c57ccad26 Add missing include file
Otherwise it isn't added to the distribution archive created by
"make distcheck".
2025-07-30 23:29:12 +02:00
Daniele Forsi IU5HKX
b96afa9372 Remove redundant rule for make
make knows how to build an excutable from a single source file.
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
e5e4ef84fe Remove redundant rule for make clean
All built files are deleted automatically.
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
5c05881e0e Add rules to build dependencies of libhamlib.la in other directories
This makes it possible to run "make -C src/" or "make -C tests/ rigctl"
or "make -C bindings/ check" (and so on) in a clean tree, but it doesn't
rebuild those targets if libhamlib.la is changed; for this run make from
the top directory as usual, to rebuild all SUBDIRS if needed.
2025-05-08 23:51:47 +02:00
Michael Black W9MDB
43f8afa6a4 Add simicr8600 2025-03-04 14:43:40 -06:00
Michael Black W9MDB
88fce980df Fix rigctld hamib_version print to suppress it
Add simeasycomm.c
2025-02-11 10:48:48 -06:00
Mike Black W9MDB
52f91b3ced Add simpstrotator 2024-07-10 07:26:42 -05:00
Mike Black W9MDB
a40311173b Add simic7700 2024-07-09 11:25:10 -05:00
Mike Black W9MDB
0fe15fa858 Add Guohe PMR-171
https://github.com/Hamlib/Hamlib/issues/1483
2024-06-25 22:38:44 -05:00
Mike Black W9MDB
81db5ffa58 Add Orion simulator 2024-06-21 16:55:36 -05:00
Mike Black W9MDB
e09d1611b2 Add simic275 2024-06-18 11:27:45 -05:00
Mike Black W9MDB
04c3c03334 Add simft710.c 2024-05-27 23:06:37 -05:00
Mike Black W9MDB
d27a8e9df5 SmartSDR Slice improvements 2024-05-24 10:25:02 -05:00
Mike Black W9MDB
c4ee53e046 Revert "Add missing file"
This reverts commit 5b9db723d5.
2024-05-20 08:03:46 -05:00
Mike Black W9MDB
5b9db723d5 Add missing file 2024-05-20 08:01:32 -05:00
Mike Black W9MDB
105c6b8d39 Add simmicom.c 2024-04-30 17:28:03 -05:00
Mike Black W9MDB
8449ac3c43 Update simulators 2024-03-15 07:29:03 -05:00
Mike Black W9MDB
6121197687 Fix spelling error in Makefile.am 2024-03-04 15:42:46 -06:00
Mike Black W9MDB
b9df1c7bda Add simft450.c 2024-03-04 08:38:00 -06:00
Mike Black W9MDB
0868edbd65 Add simxiegux6100 2024-03-03 15:19:56 -06:00
Mike Black W9MDB
5f92b19ef4 Revert "Sync github"
This reverts commit 5089949f10.
2024-02-24 11:10:41 -06:00
Mike Black W9MDB
5089949f10 Sync github 2024-02-24 11:09:54 -06:00
Mike Black W9MDB
fff8e83c11 Add simxeigux6100.c 2024-02-20 12:07:30 -06:00
Mike Black W9MDB
d9bae6f46f Add simxiegux108g 2024-02-01 12:39:07 -06:00
Mike Black W9MDB
fff1bbc8cd Add RFPOWER_METER_WATTS to TS890
https://github.com/Hamlib/Hamlib/issues/1497
2024-01-31 10:29:46 -06:00
Mike Black W9MDB
dc0fd2955d Add simtmc710 to Makefile.am 2024-01-13 08:25:57 -06:00
Mike Black W9MDB
a5ad218bba Add simft1000 to Makefile.am 2023-11-29 15:58:15 -06:00
Mike Black W9MDB
1fce7ced5b Really fix modeMapGetHamblib in Flrig to find mode in multiple mode list
https://github.com/Hamlib/Hamlib/issues/1428
2023-11-14 23:44:47 -06:00
Mike Black W9MDB
534fe449a2 Fix more cppcheck items 2023-10-13 17:36:29 -05:00
Mike Black W9MDB
194906b290 For QRPLabs ignore the IF return length as the differenet models can't agree on the length.
QMX adds an extra space on the end with firmware 1_00_09
https://github.com/Hamlib/Hamlib/issues/1372
2023-08-21 10:13:26 -05:00
Mike Black W9MDB
7bd9cbef83 Fix simxiegug90.c
https://github.com/Hamlib/Hamlib/issues/1364
2023-08-18 09:29:53 -05:00
Mike Black W9MDB
7eefc77f5d Revert "Fix G90 by changing set/get_mode_with_data to set/get_mode and suppress icom_get_dsp_flt"
G90 Firmware 1.80 fixes the x1a x03 command along with x25/x26
This reverts commit 01730082fb.
2023-08-18 09:27:05 -05:00
Mike Black W9MDB
01730082fb Fix G90 by changing set/get_mode_with_data to set/get_mode and suppress icom_get_dsp_flt
https://github.com/Hamlib/Hamlib/issues/1364
2023-08-18 08:06:14 -05:00
Mike Black W9MDB
d7d450df49 Add parm BANDSELECT for Yaesu rigs
'p BANDSELECT' returns current band of VFOA
'P BANDSELECT BAND160M' example selects the 160M band
'P BANDSELECT ?' shows  bands available for the rig
Kenwood rigs will be next
Icom rigs TBD when Icom explains the return from 0x1a 0x01 -- no bandselect possible so manual setting of rig values
https://github.com/Hamlib/Hamlib/issues/1353
2023-08-11 10:40:42 -05:00
Mike Black W9MDB
11f8a33e76 Add simic7851 2023-08-05 07:48:21 -05:00
Mike Black W9MDB
90f0ffcdc9 Add simts950 simts990 2023-08-03 08:14:15 -05:00
Mike Black W9MDB
c452cd31d9 Add simic705 simulator 2023-07-31 17:10:17 -05:00
Mike Black W9MDB
ebb6efba8d Add simic7200.c fully compatible with FLRig
Add simic7000.c
Improve simpowersdr.c
2023-07-28 17:02:00 -05:00
Mike Black W9MDB
c288dacb54 Add simic7610 2023-07-24 08:30:04 -05:00
Mike Black W9MDB
ecf914fca9 Clean up simulators/Makefile.am 2023-07-15 07:24:27 -05:00
Mike Black W9MDB
71f4e47006 Fix simicgeneric.c Makefile.am 2023-07-15 07:20:54 -05:00
Mike Black W9MDB
820549faf6 Rename simicom routines to shorter version 2023-07-15 07:14:31 -05:00
Mike Black W9MDB
556e1dd198 Add simicom7600 2023-07-11 11:16:23 -05:00
Mike Black W9MDB
5a26bde236 Add simts450.c 2023-06-20 17:13:54 -05:00
Mike Black W9MDB
5745457d7f Fix anytone thread deletion 2023-05-30 22:10:19 -05:00