OpenBCM V1.13 (Linux)

Packet Radio Mailbox

DB0FHN

[JN59NK Nuernberg]

 Login: GUEST





  
EB2DVY > PSK31    16.04.00 02:43l 170 Lines 5685 Bytes #-9594 (0) @ WW.SYD.NSW.
BID : 1129-EB2DVY
Read: GUEST
Subj: PSK31 Digest V1 #364
Path: OE1XAB<OE3XSR<OK0PPL<OK0POK<OK0NCG<OK0PRG<OK0PAB<HA5OB<HA3PG<PP5BLU<
      VE3FJB<IK1ZNW<IT9LCP<IK6IHL<IW0QMN<IK6RUY<IK6PYS<EA5RQ<EA5VDR<EA2BBS<
      EA2K<EA1URR<EA1URM<EA2RCF<EA2G<EA2URV
Sent: 000414/2358Z @:EA2URV.EABI.ESP.EU #:51925 [URV-ABRA Bilbao] $:1129-EB2DVY
From: EB2DVY@EA2URV.EABI.ESP.EU
To  : PSK31@WW.SYD.NSW.AUS.OC

De: Psk31 Digest <owner-psk31@aintel.bi.ehu.es>
Para: <psk31-digest@bipt106.bi.ehu.es>
Asunto: Psk31 Digest V1 #364
Fecha: viernes 14 de abril de 2000 4:14


Psk31 Digest          Friday, April 14 2000          Volume 01 : Number 364



In this issue:

    [psk31] 
    [psk31] End of Line character?
    [psk31] Question about CR
    [psk31] Tnx fer all help
    [psk31] End of line in PSK31

See the end of the digest for information about psk31-digest

----------------------------------------------------------------------

Date: Thu, 13 Apr 2000 09:39:53 +0200
From: "Luc Langehegermann" <lx2gt@qsl.net>
Subject: [psk31] 

Hi Folks,

I have a general question concerning psk31 Implementations. Anyone knows,
how the End of Line Character is defined? Most stations seems to send <CR>,
but some also <LF> <CR> (especially PTC-2 stations).

Thanks in advance, vy 73's de Luc


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
to unsuscribe from the list send to majordomo@aintel.bi.ehu.es a message
with a text line as follow: unsubscribe psk31 or unsubscribe psk31-digest

More instructions on PSK31 Webpage: http://aintel.bi.ehu.es/psk31.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------------

Date: Thu, 13 Apr 2000 09:55:01 +0200
From: Luc Langehegermann <lx2gt@qsl.net>
Subject: [psk31] End of Line character?

Hi Folks,

Thanks you for reading this. I have a question about common PSK31
Implementations: When I hit <RETURN> what should be sendet out? <CR>?
<LF>? or both. I think most stations sending <CR>?

Thanks in advance, vy 73's de Luc, LX2GT



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
to unsuscribe from the list send to majordomo@aintel.bi.ehu.es a message
with a text line as follow: unsubscribe psk31 or unsubscribe psk31-digest

More instructions on PSK31 Webpage: http://aintel.bi.ehu.es/psk31.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------------

Date: Thu, 13 Apr 2000 11:21:44 +0200
From: Luc Langehegermann <lx2gt@qsl.net>
Subject: [psk31] Question about CR

Hi Folks,

Thanks you for reading this mail. Anyone nows if the End of
Line-Charactor of an psk31-Transmission is defined? Most seems to send
an <CR>, but some also an additional <LF> (PTC-2). As i am writing an
own Programm, it whould be interesting to know how the definition
actually is...

Thanks, vy 73's de Luc



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
to unsuscribe from the list send to majordomo@aintel.bi.ehu.es a message
with a text line as follow: unsubscribe psk31 or unsubscribe psk31-digest

More instructions on PSK31 Webpage: http://aintel.bi.ehu.es/psk31.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------------

Date: Thu, 13 Apr 2000 20:15:38 +0200
From: =?iso-8859-1?Q?Paul_Ramb=F8?= <la6pia@c2i.net>
Subject: [psk31] Tnx fer all help

Hi OMs !

I will like to say Thank you to all of you that respond to my mail abt
setting up WinPsk and my TS-450 S for transmitting PKS31.
So, soon I hope to be able to work a new ( to me ) mode.
Hpe to cu there !

73s de Paul

Paul Rambo - LA6PIA
9310 Sorreisa
Norway
Mailto:la6pia@c2i.net
http://home.c2i.net/la6pia/rambo


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
to unsuscribe from the list send to majordomo@aintel.bi.ehu.es a message
with a text line as follow: unsubscribe psk31 or unsubscribe psk31-digest

More instructions on PSK31 Webpage: http://aintel.bi.ehu.es/psk31.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------------

Date: Thu, 13 Apr 2000 18:58:56 +0000
From: Peter Martinez <Peter.Martinez@btinternet.com>
Subject: [psk31] End of line in PSK31

From Peter Martinez G3PLX

For Luc and anyone else writing their own PSK31 program, the way I
did the end-of-line in the first PSK31 implementations was as follows:

The transmitter sends only a CR (#13)  from the keyboard, either when
the user hits ENTER or if the line wraps by itself in the transmit
window. Text transmitted from files, if it had the usual CR LF
(#13#10) combination for end-of-line, would be transmitted as CR LF.

On the receive side, LF's are ignored. In the case of text going to
the receive window, the CR does a newline function. In the case of
text to file, a LF is always added into the file after a received CR,
so that the file will always have the usual CR LF combination. What
the PTC-2 sends will depend on the program that is driving it, and I
would expect to see CR LF rather than LF CR, but it won't be a
problem for other PSK31 programs if they have followed the way I have
done it in the beginning.

It's a good question to ask, because there are two different
traditions. The RTTY tradition says send CR and LF, and some RTTY
systems will malfunction if they don't receive both, but the packet
tradition says send CR only and some packet systems don't know what
to do with a LF if they receive one. There can be problems if the two
traditions get mixed. 

73
Peter


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
to unsuscribe from the list send to majordomo@aintel.bi.ehu.es a message
with a text line as follow: unsubscribe psk31 or unsubscribe psk31-digest

More instructions on PSK31 Webpage: http://aintel.bi.ehu.es/psk31.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------------

End of Psk31 Digest V1 #364
***************************


Read previous mail | Read next mail


 23.07.2026 16:21:24lGo back Go up