From: Kevin Dawson (uxuid.ovrki@masterswitchit.com)
Date: Sat Jun 02 2001 - 02:01:30 EEST
> Script to "kiss off" on COM1, serial baud 19200, this works with tiny2
> and TheFirmware.
> -----------------------------------------
> #! /bin/bash
> stty 19200 < /dev/ttyS0
> echo -e "\r\xC0\xFF\r" > /dev/ttyS0
> sleep 2
> -----------------------------------------
A small suggestion - send C0 FF C0
because there are some TNCs which wait until the closing flag
before interpreting the frame.
Kevin
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to terhi.victor@logonet.com
This archive was generated by hypermail 2b30 : Sat Jun 02 2001 - 11:14:20 EEST