[Hamlib-developer] Perl send_raw issues
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Joseph M <jos...@gm...> - 2024-01-27 15:06:49
|
Has anyone tested the rig_send_raw in perl interface in a while? Testing the following code, i get my $rig = Hamlib::Rig->new( $Hamlib::RIG_MODEL_NETRIGCTL ); $rig->set_conf( 'rig_pathname', $server); $rig->open(); my ( $out, $out_let ); my $cmd = "EX11051;"; $rig->rig_send_raw( $cmd, length($cmd), $out, $out_len, ';' ); TypeError in method 'rig_send_raw', argument 1 of type 'RIG *' at ./test.pl line 15. Thanks |