I tried to run the example programm written in C++. This program uses the "ttyS0" for default (I think). I like to change the "tty". Does someone
know how I can do this?
Best regards
Olaf, DL4DZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello together,
I tried to run the example programm written in C++. This program uses the "ttyS0" for default (I think). I like to change the "tty". Does someone
know how I can do this?
Best regards
Olaf, DL4DZ
This can be done by using rig_set_conf:
char * q = "/some/where/tty";
rig= rig_init(mymodel);
ret = rig_set_conf(rig, rig_token_lookup(rig, "rig-file"), q);
rig_open(rig);
73
--
Stéphane F8CFE