This is really just a note to myself in case I ever have to get a TNC out of kiss mode again. Tried using the Xastir kiss-off.pl script as well as a number of other things. Finally was able to get it out by using the following command:
echo -e ‘\0300\0377\0300’ > /dev/ttyUSB0
Also working with Direwolf to feed Xastir there are a number of commands. The two that seems to work best are as follows:
rtl_fm -f 144.80M – | direwolf -r 24000 -D 1 –
rtl_fm -f 144.39M -p 20 -o 4 – | direwolf -t 0 -n 1 -r 24000 -b 16 –
Also check out: https://gist.github.com/jj1bdx/8ab103e774c81d2c068d455ab862b72e
APRS with rtl_fm and direwolf
1200bps 144.390MHz
rtl_fm -M fm -f 144.39M -p 36 -s 24000 -g 42 - | /usr/local/bin/direwolf -r 24000 -D 1 -B 1200 -
direwolf.conf
ACHANNELS 1 |
ADEVICE null null |
CHANNEL 0 |
MYCALL CALLSIGN |
IGLOGIN CALLSIGN ACCESS_CODE |
IGSERVER [region].aprs2.net |
MODEM 1200 |
AGWPORT 8000 |
KISSPORT 8001 |
PBEACON sendto=IG delay=0:30 every=30:00 symbol=”igate” overlay=R lat=xxx long=yyy alt=in_meter comment=”144.660MHz Receive-only gateway AFSK 1200bps” |
IGTXLIMIT 6 10 |