[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hyperterminal and Apple II question?
- Subject: Re: Hyperterminal and Apple II question?
- From: Chris Morse <chris@cosmicwolf.com>
- Date: Sun, 03 Aug 2003 01:06:34 -0400
- Newsgroups: comp.sys.apple2
- Organization: Posted via Supernews, http://www.supernews.com
- References: <xX_Wa.37534$It4.22612@rwcrnsc51.ops.asp.att.net>
- Xref: archiver1.google.com comp.sys.apple2:33546
On Sun, 03 Aug 2003 03:02:53 GMT, "Ernest"
<leucoplast@seanet.NOSPAM.com> wrote:
>I'm using Hyperterminal to communicate with my Apple II. It works fine at
>19200 baud, etc. but if I run a command on the PC, like CATALOG, the disk
>contents display on the PC screen but it looks very untidy -for lack of a
>better word.
>
>The lines look something like this:
>
> blah blah
> blah blah
>blah blah
>
>I can read the lines but I'm wondering if there is a way to make it look
>like it does on the Apple II screen. Like this:
>
>blah
>blah
>blah
>blah
>
>Does that make sense. I'm assuming that it has something to do with line
>feeds but I haven't been able to figure out how to clean up the screen.
>
>Thanks
>
>E.
Sounds like a CR -vs- CR/LF problem. What you need to do is have your
PC software convert CR (Carriage Return) into CR+LF (Carriage Return +
Line Feed).
// CHRIS