public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] loging file using serial port
@ 2005-08-31 10:12 rpai
  2005-08-31 16:50 ` [ECOS] " Grant Edwards
  0 siblings, 1 reply; 2+ messages in thread
From: rpai @ 2005-08-31 10:12 UTC (permalink / raw)
  To: ecos-discuss; +Cc: grante, andrew


  Hi ,

     I am able to do serial communications using serial port . I am able
to send file using minicom and kermit .

      I wana know that what ever I want to display in the pc screen i want
it to get as a log file in my system using serial port.

      my doubt is
         * how can i send a file which i created in redboot ,to other system
           using serial port.
           ( 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 ).

       Is this the right way . or any other suggestions are also welcomed .

   Thanks
      Pai



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ECOS] Re: loging file using serial port
  2005-08-31 10:12 [ECOS] loging file using serial port rpai
@ 2005-08-31 16:50 ` Grant Edwards
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Edwards @ 2005-08-31 16:50 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-31 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-31 10:12 [ECOS] loging file using serial port rpai
2005-08-31 16:50 ` [ECOS] " Grant Edwards

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).