Re: [Hamlib-developer] rotorez configure issue
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2024-06-07 21:12:01
|
It looks like you may be compiling Hamlib yourself? I just fixed this problem. You can get from the current github repo and build -- but you may need a couple more packages to do the build this way. You can wait for the tar file tonight from here: https://n0nb.users.sourceforge.net/ git clone https://github.com/Hamlib/Hamlib.git cd Hamlib ./bootstrap ./configure make -j 4 install Mike W9MDB On Friday, June 7, 2024 at 11:57:09 AM CDT, Randy Ralphs <ran...@gm...> wrote: Hi, Have attempted to disable rotorsz unstick option. It seems to fail due to attempting to set the option before the port is opened that would send the command to change the option. Am I doing something wrong? Randy KB0NAV /usr/local/bin/rotctl -r /dev/ttyS5 -m 401 -s 4800 -C unstick=0 -vvvvv rotctl Hamlib 4.6~git 2023-12-22T15:15:22Z SHA=c3d489 64-bit Report bugs to <ham...@li...> rot_init called initrots4_rotorez called rot_register (401) rot_register (402) rot_register (403) rot_register (404) rot_register (405) rot_register (406) rotorez_rot_init called rot_token_lookup called lookup unstick rot_token_lookup called lookup unstick rot_set_conf called rot_set_conf: unstick='0' rotorez_rot_set_conf called rotorez_rot_set_conf: token = 4, *val = 0 rotorez_rot_set_conf: c = s, *val = 0 rotorez_rot_set_conf: cmdstr = s, *val = 0 rotorez_send_priv_cmd called write_block: port not open Config parameter error: rot_init called initrots4_rotorez called rot_register (401) rot_register (402) rot_register (403) rot_register (404) rot_register (405) rot_register (406) rotorez_rot_init called rot_token_lookup called lookup unstick rot_token_lookup called lookup unstick rot_set_conf called rot_set_conf: unstick='0' rotorez_rot_set_conf called rotorez_rot_set_conf: token = 4, *val = 0 rotorez_rot_set_conf: c = s, *val = 0 rotorez_rot_set_conf: cmdstr = s, *val = 0 rotorez_send_priv_cmd called write_block: port not open IO error _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |