public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grante@visi.com>
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] Re: loging file using serial port
Date: Wed, 31 Aug 2005 16:50:00 -0000	[thread overview]
Message-ID: <20050831133546.5C20A3CABD@rivatek.dnsalias.net> (raw)
In-Reply-To: <32982.10.129.11.156.1125471246.squirrel@www.it.iitb.ac.in>

In gmane.os.ecos.general, you wrote:

>       I wana know that what ever I want to display in the pc screen i want

BTW, it is spelled "wanna", and is generally used when trying
to sound like a whining three-year-old.  In adult English, it's
"want to".

> it to get as a log file in my system using serial port.

In kermit, you log to a file using the command "log session".

At the shell prompt, something like this should work:

 (stty 57600 raw -crtscts -ixon -ixoff -paren; cat) </dev/ttyS0 >logfile.txt

>          * how can i send a file which i created in redboot ,to other system
>            using serial port.

 cat filename >/dev/ttyS0

There's also a kermit command.  I believe it's "send /text".


>            ( In minicom there is a option for reciving files .minicom asks
> for
>              a file name , is it the same redboot created file name i have to
>              give there ).

I don't know.  I don't use minicom.

[You need to fix your mail or news client -- it's formatting
your posts strangely.]

-- 
Grant Edwards                   grante             Yow!  I'm RELIGIOUS!! I
                                  at               love a man with a
                               visi.com            HAIRPIECE!! Equip me with
                                                   MISSILES!!

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

      reply	other threads:[~2005-08-31 13:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-31 10:12 [ECOS] " rpai
2005-08-31 16:50 ` Grant Edwards [this message]

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=20050831133546.5C20A3CABD@rivatek.dnsalias.net \
    --to=grante@visi.com \
    --cc=ecos-discuss@ecos.sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).