Discussion:
TNC2 Data Format
Max Harper
2013-01-03 04:08:51 UTC
Permalink
Is the TNC2 format just plain text, or is some of the data outside the normal ascii text range? I'm trying to get weather data into APRX but it doesn't support weather stations directly. So I'm thinking about programing a Pic chip to take my weather data and send it to APRX as if it was being received by a tnc. Problem is I can't find the TNC2 data format.
 
Thanks, Max KG4PID
Scott Miller
2013-01-03 04:35:49 UTC
Permalink
Yes, it's just text. I'm not sure that it's documented anywhere - when
I wrote that code for the OpenTracker series I just took a TNC2 clone
and a KPC-3 off the shelf and examined what they put out.

For your purposes, it should be enough to do
SOURCE>DESTINATION,PATH:PACKET. I'd expect any APRS application to
parse that correctly.

Scott
N1VG
Post by Max Harper
Is the TNC2 format just plain text, or is some of the data outside the
normal ascii text range? I'm trying to get weather data into APRX but it
doesn't support weather stations directly. So I'm thinking about
programing a Pic chip to take my weather data and send it to APRX as if
it was being received by a tnc. Problem is I can't find the TNC2 data
format.
Thanks, Max KG4PID
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
Steve Noskowicz
2013-01-03 05:21:01 UTC
Permalink
If there happens to be any diferences, perhaps G8BPQ has seen them:

http://www.cantab.net/users/john.wiseman/Documents/BPQ%20TNC2%20Emulator.htm


73, Steve, K9DCI
Yes, it's just text.  I'm not
sure that it's documented anywhere - when I wrote that code
for the OpenTracker series I just took a TNC2 clone and a
KPC-3 off the shelf and examined what they put out.
For your purposes, it should be enough to do
SOURCE>DESTINATION,PATH:PACKET.  I'd expect any APRS
application to parse that correctly.
Scott
N1VG
Post by Max Harper
Is the TNC2 format just plain text, or is some of the
data outside the
Post by Max Harper
normal ascii text range? I'm trying to get weather data
into APRX but it
Post by Max Harper
doesn't support weather stations directly. So I'm
thinking about
Post by Max Harper
programing a Pic chip to take my weather data and send
it to APRX as if
Post by Max Harper
it was being received by a tnc. Problem is I can't find
the TNC2 data
Post by Max Harper
format.
Thanks, Max KG4PID
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
Steve Noskowicz
2013-01-03 05:25:13 UTC
Permalink
73, Steve, K9DCI USN (Vet) MOT (Ret) Ham (Yet)

Up to date APRS Beginner Guide - updated Oct-2011
http://K9DCI.home.comcast.net
Click 'APRS Beginner INFO' under Contact

Manage Radio Memories with an Excel Spreadsheet !
Click to tune. Click to capture Radio freq.
All Memories on one page. Cut, Copy, Paste, Print 'em, etc...
For:
TM-D700 | TH-F6A & F7 | TS-2000 | Icom 706MkIIG
All PMs |Real-time & memories | Sat mems too | Loads Mem Tones!
|Also does MCP.fx files
NOT D710|
A version for the D7 is in the works.

More Details, Features and Downloads at:
http://k9dci.home.comcast.net/
Subject: Re: [aprssig] TNC2 Data Format
Date: Wednesday, January 2, 2013, 11:21 PM
If there happens to be any diferences, perhaps G8BPQ has
http://www.cantab.net/users/john.wiseman/Documents/BPQ%20TNC2%20Emulator.htm
73, Steve, K9DCI
Yes, it's just text.  I'm not
sure that it's documented anywhere - when I wrote that
code
for the OpenTracker series I just took a TNC2 clone and
a
KPC-3 off the shelf and examined what they put out.
For your purposes, it should be enough to do
SOURCE>DESTINATION,PATH:PACKET.  I'd expect any
APRS
application to parse that correctly.
Scott
N1VG
Post by Max Harper
Is the TNC2 format just plain text, or is some of
the
data outside the
Post by Max Harper
normal ascii text range? I'm trying to get weather
data
into APRX but it
Post by Max Harper
doesn't support weather stations directly. So I'm
thinking about
Post by Max Harper
programing a Pic chip to take my weather data and
send
it to APRX as if
Post by Max Harper
it was being received by a tnc. Problem is I can't
find
the TNC2 data
Post by Max Harper
format.
Thanks, Max KG4PID
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
Steve Noskowicz
2013-01-03 05:27:26 UTC
Permalink
Blank post due to inadvertent button click.

73, Steve, K9DCI
John Wiseman
2013-01-03 11:27:28 UTC
Permalink
Max,

For your application it probably doesn't matter, but generally using just
the 'normal' printable ascii set of 0x20 to 0x7e causes problems with MIC-E
format packets (as I found the hard way!).

73, John G8BPQ

-----Original Message-----
From: aprssig-bounces-***@public.gmane.org [mailto:aprssig-bounces-***@public.gmane.org] On Behalf
Of Steve Noskowicz
Sent: 03 January 2013 05:21
To: TAPR APRS Mailing List
Subject: Re: [aprssig] TNC2 Data Format


If there happens to be any diferences, perhaps G8BPQ has seen them:

http://www.cantab.net/users/john.wiseman/Documents/BPQ%20TNC2%20Emulator.htm



73, Steve, K9DCI
Yes, it's just text.  I'm not
sure that it's documented anywhere - when I wrote that code for the
OpenTracker series I just took a TNC2 clone and a
KPC-3 off the shelf and examined what they put out.
For your purposes, it should be enough to do
SOURCE>DESTINATION,PATH:PACKET.  I'd expect any APRS
application to parse that correctly.
Scott
N1VG
Post by Max Harper
Is the TNC2 format just plain text, or is some of the
data outside the
Post by Max Harper
normal ascii text range? I'm trying to get weather data
into APRX but it
Post by Max Harper
doesn't support weather stations directly. So I'm
thinking about
Post by Max Harper
programing a Pic chip to take my weather data and send
it to APRX as if
Post by Max Harper
it was being received by a tnc. Problem is I can't find
the TNC2 data
Post by Max Harper
format.
Thanks, Max KG4PID
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
Andrew P.
2013-01-03 06:07:53 UTC
Permalink
It's also documented in the original APRS 1.0.1 protocol specification, but I don't have the page number handy (the AEA TNC format is also documented there, for those that use it).

Andrew Pavlin, KA2DDO
------Original Message------
From: Steve Noskowicz
To: aprssig-***@public.gmane.org
Sent: Jan 3, 2013 12:21 AM
Subject: Re: [aprssig] TNC2 Data Format



If there happens to be any diferences, perhaps G8BPQ has seen them:

http://www.cantab.net/users/john.wiseman/Documents/BPQ%20TNC2%20Emulator.htm


73, Steve, K9DCI
Yes, it's just text.  I'm not
sure that it's documented anywhere - when I wrote that code
for the OpenTracker series I just took a TNC2 clone and a
KPC-3 off the shelf and examined what they put out.
For your purposes, it should be enough to do
SOURCE>DESTINATION,PATH:PACKET.  I'd expect any APRS
application to parse that correctly.
Scott
N1VG
Post by Max Harper
Is the TNC2 format just plain text, or is some of the
data outside the
Post by Max Harper
normal ascii text range? I'm trying to get weather data
into APRX but it
Post by Max Harper
doesn't support weather stations directly. So I'm
thinking about
Post by Max Harper
programing a Pic chip to take my weather data and send
it to APRX as if
Post by Max Harper
it was being received by a tnc. Problem is I can't find
the TNC2 data
Post by Max Harper
format.
Thanks, Max KG4PID
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig
_______________________________________________
aprssig mailing list
aprssig-***@public.gmane.org
https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig


Sent from my Verizon Wireless BlackBerry
Continue reading on narkive:
Loading...