All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Stearn <richard@rns-stearn.demon.co.uk>
To: linux-hams@vger.kernel.org
Subject: Re: Packet at the physical level
Date: Fri, 19 Sep 2003 10:25:48 +0100	[thread overview]
Message-ID: <3F6ACB9C.7020008@rns-stearn.demon.co.uk> (raw)
In-Reply-To: memo.20030919071047.57493A@rovoreed.compulink.co.uk

Mike Davies wrote:
> 	Thanks for all the replies (so far). A little bit of fiddling here 
> has confirmed that valid packets can start with either tone. You learn 
> something every day.
> 
> 	By the way, VHF amateur packet is not Bell202 compatible. I've 
> seen this mentioned before, but I've got the source code for a Bell202 
> modem which I know works, and that simply uses a 1300Hz tone for high bit 
> and a 2100Hz tone for a low bit. So not only does it use different tones 
> it doesn't do the NRZ modulation.
> 
> 	Hopefully in the next day or two I'll be able to transmit a few 
> test packets, and then I'll be able to determine the CRC polynomial if 
> nothing turns up before.

Mike

The Z80-SIO-0's in my homebrewed 4-port sync serial card are set to:

	HDLC
	CRC16

CRC16 is:
	x16+x15+x2+1
the CRC generator is preset to 0's (non-HDLC)

Info from Zilog comps databook 1983 and the source code for my 4-port sync 
serial card from about 1987 (still the mainstay of my packet system).

-- 
Regards
	Richard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Amateur radio callsign: G1SOG         Home BBS: G1SOG@GB7GLO.#46.GBR.EU
                 Amprnet co-ordinator for Wiltshire
Unix is user friendly.        Just rather selective about it's friends.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  reply	other threads:[~2003-09-19  9:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-18 18:48 Packet at the physical level Mike Davies
2003-09-18 19:05 ` Bob Nielsen
2003-09-18 19:17   ` Dennis Boone
2003-09-18 22:37     ` Robin Gilks
2003-09-19  7:10     ` Mike Davies
2003-09-19  9:25       ` Richard Stearn [this message]
2003-09-19 14:19       ` w9ya
2003-09-18 19:08 ` Jeroen Vreeken

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F6ACB9C.7020008@rns-stearn.demon.co.uk \
    --to=richard@rns-stearn.demon.co.uk \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.