Order Tray | Contact Us | Home | SIG Lists

[ax25-layer2] AX.25 over raw serial interface

Samuel A. Falvo II sam.falvo at gmail.com
Wed Jul 29 20:51:57 UTC 2009


On Wed, Jul 29, 2009 at 1:48 PM, Jason KG4WSV<kg4wsv at gmail.com> wrote:
> only, so you will not be able to simply dump bytes out a serial port
> with standard methods that are byte-oriented.

Sure you can; I've done it plenty of times before, and in fact, this
is precisely how the old-school 80s-era "serial port" networks used to
work.  The frame delimiters work perfectly for this very purpose.  You
may have extraneous bits left over, but those won't be a problem,
since a frame partially received with a dropped carrier is a discarded
frame by definition anyway.

The host PC would perform the bit-stuffing and unstuffing.  There'd be
a hit in software performance, but it's negligable with today's
multi-GHz CPUs anyway.

-- 
Samuel A. Falvo II



More information about the ax25-layer2 mailing list