Return-Path: X-Spam-DCC: paranoid 1117; Body=2 Fuz1=2 Fuz2=2 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on lipkowski.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DNS_FROM_AHBL_RHSBL, FORGED_RCVD_HELO,RATWARE_GECKO_BUILD autolearn=no version=3.1.3 Received: from post.thorcom.com (post.thorcom.com [195.171.43.25]) by paranoid.lipkowski.org (8.13.7/8.13.7) with ESMTP id tACIgNId023983 for ; Thu, 12 Nov 2015 19:42:23 +0100 Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1Zwwl3-0003oB-Ni for rs_out_1@blacksheep.org; Thu, 12 Nov 2015 18:38:05 +0000 Received: from [195.171.43.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1Zwwl3-0003o2-Cm for rsgb_lf_group@blacksheep.org; Thu, 12 Nov 2015 18:38:05 +0000 Received: from parrot.netcom.co.uk ([217.72.171.49]) by relay1.thorcom.net with esmtp (Exim 4.86) (envelope-from ) id 1Zwwjz-00065B-7V for rsgb_lf_group@blacksheep.org; Thu, 12 Nov 2015 18:38:04 +0000 Received: from sb.abelian.org (i-194-106-52-83.freedom2surf.net [194.106.52.83]) by parrot.netcom.co.uk (Postfix) with ESMTP id E975A3273E8 for ; Thu, 12 Nov 2015 18:28:11 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by sb.abelian.org (Postfix) with ESMTP id D30CC28A05A8 for ; Thu, 12 Nov 2015 18:36:42 +0000 (UTC) Message-ID: <5644DC3A.6060901@abelian.org> Date: Thu, 12 Nov 2015 18:36:42 +0000 From: Paul Nicholson User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: rsgb_lf_group@blacksheep.org References: <8D2EABAF0379B74-9084-3D874@webmail-vd017.sysops.aol.com> <8D2EB5632CCBBF3-2188-4C745@webmail-vd012.sysops.aol.com> In-Reply-To: <8D2EB5632CCBBF3-2188-4C745@webmail-vd012.sysops.aol.com> X-Scan-Signature: 4b5b5ebe37a4c4f430f59bc35c1947b0 Subject: Re: LF: VO1NA frequency Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false X-Scanned-By: MIMEDefang 2.56 on 10.1.3.10 Status: O X-Status: X-Keywords: X-UID: 5001 Joe VO1NA wrote: > I had to put in arguments for -S and -r which I chose at > random ... Thanks, that's a bug - it shouldn't need -S or -r when sending or receiving unmodulated symbols as text. Fixed now in version 0.2 http://abelian.org/ebnaut/ebnaut.c Now you can do, for example echo 'TEST MESSAGE' | ebnaut -et -N12 -p 4K19A > test.txt ebnaut -dt -N12 -p 4K19A < test.txt just to exercise the encoder and decoder without modulation. Have fun with a text editor scrambling the 1's and 0's in test.txt and watch the decoder fix the errors. On an Intel PC you can run the Windows ebnaut-tx.exe which works ok with wine. This program drives the RS232 modem control outputs. For other computers you'll have to rig something up to read that file of 0's and 1's and use it to drive DTR and/or RTS on a serial port, or any of the parallel port bits, or a GPIO pin if the computer has one (eg RPi). If that's giving you an obstacle I can quickly rustle up a program to do it which will work on PC and RPi. > I send a long carrier with a phase inversion every time a 1 > is encountered, That's a bit ambiguous, it could be taken to mean sending differential PSK. To be clear: send one phase for a symbol period when the input is a 0, send the opposite phase for a symbol period when the input is a 1. With a transformer and a relay or diode ring, sending BPSK is hardly any more difficult than amplitude keying. -- Paul Nicholson --