kopia lustrzana https://github.com/Hamlib/Hamlib
Some improvements on codan rigs
rodzic
1de9a5cede
commit
68bcae6ee8
|
@ -151,8 +151,8 @@ int codan_init(RIG *rig)
|
||||||
int codan_open(RIG *rig)
|
int codan_open(RIG *rig)
|
||||||
{
|
{
|
||||||
char *results = NULL;
|
char *results = NULL;
|
||||||
codan_transaction(rig, "scan off\r", 1, &results);
|
codan_transaction(rig, "\recho off", 1, &results);
|
||||||
codan_transaction(rig, "echo off", 1, &results);
|
codan_transaction(rig, "ver", 1, &results);
|
||||||
//codan_transaction(rig, "prompt time", 1, &results);
|
//codan_transaction(rig, "prompt time", 1, &results);
|
||||||
codan_transaction(rig, "login", 1, &results);
|
codan_transaction(rig, "login", 1, &results);
|
||||||
|
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
|
|
||||||
#include "hamlib/rig.h"
|
#include "hamlib/rig.h"
|
||||||
|
|
||||||
#define BACKEND_VER "20211228"
|
#define BACKEND_VER "20240318"
|
||||||
|
|
||||||
#define EOM "\x0d"
|
#define EOM "\x0a"
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
// For the current implemented command set 64 is long enough
|
// For the current implemented command set 64 is long enough
|
||||||
|
|
Ładowanie…
Reference in New Issue