fix(cat): make the Kenwood/Elecraft link an explicit USB-or-network choice
The network option IS implemented — the same ASCII CAT over TCP instead of a cable, for a ser2net bridge, an Ethernet-serial adapter, or a radio exposing its raw CAT port. What was wrong is how it was offered: the COM port and the network address sat side by side with nothing to say that the address wins whenever it is not empty. Worse, the example address read 192.168.1.50:4532. That is Hamlib rigctld's port — a different protocol, and the one OpsLog SERVES under 'Share CAT'. Anyone copying the example was pointing the radio link at OpsLog's own server. Now one choice, then the fields that belong to it. And when the far end answers something that is not the radio's CAT, the error says that rather than 'check the baud rate', which over TCP is advice about a setting that cannot be the cause.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user