Some improvements on codan rigs

pull/1529/head
Mike Black W9MDB 2024-03-18 17:24:07 -05:00
rodzic 1de9a5cede
commit 68bcae6ee8
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -151,8 +151,8 @@ int codan_init(RIG *rig)
int codan_open(RIG *rig)
{
char *results = NULL;
codan_transaction(rig, "scan off\r", 1, &results);
codan_transaction(rig, "echo off", 1, &results);
codan_transaction(rig, "\recho off", 1, &results);
codan_transaction(rig, "ver", 1, &results);
//codan_transaction(rig, "prompt time", 1, &results);
codan_transaction(rig, "login", 1, &results);

Wyświetl plik

@ -24,9 +24,9 @@
#include "hamlib/rig.h"
#define BACKEND_VER "20211228"
#define BACKEND_VER "20240318"
#define EOM "\x0d"
#define EOM "\x0a"
#define TRUE 1
#define FALSE 0
// For the current implemented command set 64 is long enough