test: drive the Kenwood backend against a rig that answers
Nobody here owns a Kenwood, and a backend that has never completed a single exchange is a guess however carefully it was written. But this repository already contains the other half of the conversation: internal/catemu ANSWERS this dialect, pretending to be a TS-2000 so an ACOM amplifier follows OpsLog. The test's responder replies exactly as catemu does — same FA/FB widths, same 38-character IF layout, same ID019 — so the two halves are checked against each other instead of against my reading of a manual. Connect adds a dialPort seam for this; nothing else changed in the backend. Covered: model identification, simplex on A, everything following the VFO in use when on B, tuning writing to that VFO rather than blindly to FA, split with TX and RX the right way round (ADIF FREQ is the TRANSMIT frequency — swapping them writes the wrong frequency into every logged QSO), the mode digit, and a silent port reported as not answering rather than as a connected radio. The last three are each a fault that actually reached a user through the Yaesu backend. What this does NOT prove: that a real TS-590 answers on the same timings, or fills every IF field the way its documentation says. That still needs a radio.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
[
|
||||
{
|
||||
"version": "0.22.3",
|
||||
"date": "",
|
||||
"en": [
|
||||
"The Kenwood backend is now exercised against a rig that answers: OpsLog talks to the TS-2000 emulator it already carries for ACOM amplifiers, so frequency, mode, VFO, split and PTT are checked end to end. Testing on a real Kenwood is still needed, but the dialogue itself is no longer untried."
|
||||
],
|
||||
"fr": [
|
||||
"Le backend Kenwood est désormais éprouvé face à une radio qui répond : OpsLog dialogue avec l'émulateur TS-2000 qu'il embarque déjà pour les amplis ACOM, ce qui vérifie fréquence, mode, VFO, split et PTT de bout en bout. Un essai sur un vrai Kenwood reste nécessaire, mais le dialogue n'est plus non testé."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.22.2",
|
||||
"date": "2026-07-30",
|
||||
|
||||
Reference in New Issue
Block a user