[Hamlib-developer] Non-reproducable results?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: John R. <js...@ho...> - 2001-09-18 17:47:09
|
Why if I run my little test program twice in a row do I not get the same result each time? All I'm doing is asking for the signal strength. jroberts@scif44ab(~/jroberts/src/ic756pro) 124$ make run make: *** Warning: File `makefile' has modification time in the future (2001-09-18 13:44:15 > 2001-09-18 13:41:37) export LD_LIBRARY_PATH=../hamlib-1.1.1/src/.libs:../hamlib-1.1.1/icom/.libs ./testrig (testrig.c:26) rig_load_backend rig: loading backend icom icom: _init called rig_register (43) rig_register (44) rig_register (45) rig_register (76) rig_register (34) (testrig.c:34) rig_init rig:rig_init called (testrig.c:45) rig_open rig:rig_open called Unsupported PTT type 1 TX 8 bytes 0000 ff fe fe 5c e0 15 02 fd ...\.... RX 8 bytes 0000 ff fe fe 5c e0 15 02 fd ...\.... RX 6 bytes 0000 fe fe e0 5c 15 02 ...\.. RX 1 bytes 0000 01 . RX 1 bytes 0000 62 b RX 1 bytes 0000 fd . get_level: 2 162 162 0.000000 rig_get_strength: strength = 162 rig:rig_close called Unsupported PTT type 1 rig:rig_cleanup called make: warning: Clock skew detected. Your build may be incomplete. jroberts@scif44ab(~/jroberts/src/ic756pro) 125$ make run make: *** Warning: File `makefile' has modification time in the future (2001-09-18 13:44:15 > 2001-09-18 13:41:47) export LD_LIBRARY_PATH=../hamlib-1.1.1/src/.libs:../hamlib-1.1.1/icom/.libs ./testrig (testrig.c:26) rig_load_backend rig: loading backend icom icom: _init called rig_register (43) rig_register (44) rig_register (45) rig_register (76) rig_register (34) (testrig.c:34) rig_init rig:rig_init called (testrig.c:45) rig_open rig:rig_open called Unsupported PTT type 1 TX 8 bytes 0000 ff fe fe 5c e0 15 02 fd ...\.... RX 8 bytes 0000 e0 15 02 fd fe fe e0 5c .......\ rig timeout after 5 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! rig timeout after 0 chars or select error - Resource temporarily unavailable! make: *** [run] Interrupt jroberts@scif44ab(~/jroberts/src/ic756pro) 126$ _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |