[Xastir] dropping TNC out of KISS mode ?

Andrew Rich (VK4TEC) vk4tec at tech-software.net
Mon Nov 22 07:21:31 EST 2004


minicom did not work

but this did ! 

#!/usr/bin/perl
open(DEV, "+</dev/ttyS0") || die "unable to open $dev: $!";
print DEV chr(0xc0), chr(0xff), chr(0xc0);
close(DEV);




On Mon, 2004-11-22 at 21:47, Andrew Rich (VK4TEC) wrote:
> Does anyone know a trick on how to drop the TNC out of KISS mode in
> LINUX ?
> 
> I really don't feel like rebooting back to ui-view just to do it.
> 
> 1) I have tried minicom
> 2) I have tried echo 
> 
> Maybe a perl script will do it ?
> 
> Andrew VK4TEC
> 
> _______________________________________________
> Xastir mailing list
> Xastir at xastir.org
> https://lists.xastir.org/mailman/listinfo/xastir
> 
> 




More information about the Xastir mailing list