[aprssig] Re: [Xastir] Investigation into TELEM packets (temporary fix)
Andrew Rich vk4tec at tech-software.netFri Sep 30 08:57:23 UTC 2005
- Previous message: [aprssig] Re: [Xastir] Investigation into TELEM packets (Local port works, serial port does not)
- Next message: [aprssig] D7 Band B Monitor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here is a temporary script that gets around XASTIR not decoding TELEM on TNC port and uses XASTIR local port
#!/usr/bin/perl
use Net::Telnet;
$host = "localhost";
$t = new Net::Telnet(Timeout=> '50', port => '2023');
$t->Net::Telnet::open($host);
sleep 2;
print $t "user VK4TEC pass 21694 \n";
sleep 3;
open (tnc, "/dev/ttyS1");
while (<tnc>)
{
print $t $_ ;
}
- Previous message: [aprssig] Re: [Xastir] Investigation into TELEM packets (Local port works, serial port does not)
- Next message: [aprssig] D7 Band B Monitor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
