On Mon, 25 Jul 2005, "rueh hänä" wrote:

Bullshizzle

Two mails ago i asked for commands, tools, whatever, that check the io of
the serial port. If you cant help, just give no answer instead of such
verdicts. I'm still in apprenticeship and i have to learn very much. You
seem to be an experienced person. And you surely know, if there were any
similar problems as mine. Or am i the only one, who wants to monitor io on
serial ports?
If anyone knows, how to realize that with another language than bash, im
open for hints..

--- Ursprüngliche Nachricht ---
Von: Jim Trocki <[EMAIL PROTECTED]>
An: "rueh hänä" <[EMAIL PROTECTED]>
Betreff: Re: Monitor to check I/O of /dev/ttyS0
Datum: Mon, 25 Jul 2005 08:17:38 -0400 (EDT)

On Mon, 25 Jul 2005, "rueh hänä" wrote:

Thanks for the tip...
But i dont want to learn a programming language for this. The server
should
be prepared for practice soon.. So i dont have time to learn a new
language..
I thought of a monitor in bash-script format.

ok, what do you want me to do, then? write it for you?



see:

    Date: Sun, 24 Jul 2005 20:03:05 -0400 (EDT)
    From: Jim Trocki <[EMAIL PROTECTED]>
    To: "rueh h#n#" <[EMAIL PROTECTED]>
    Subject: Re: Monitor to check I/O of /dev/ttyS0

    On Sun, 24 Jul 2005, "rueh h#n#" wrote:

    > But i dont know, how. Im still a beginner at the end of my
    > apprenticeship..
    > Are there some commands to check the IO, or some packages, that can do
    > such
    > things?

    if you really want to get into unix programming, i would recommend the book
    "advanced programming in the unix environment", by w. richard stevens. the
    publisher is addison wesley.

    also, the o'reilly books "learning perl" and "programming perl" are
    indispensible.

to which you replied:


    Date: Mon, 25 Jul 2005 08:37:19 +0200 (MEST)
    From: "rueh h#n#" <[EMAIL PROTECTED]>
    To: Jim Trocki <[EMAIL PROTECTED]>
    Subject: Re: Monitor to check I/O of /dev/ttyS0

    Thanks for the tip...
    But i dont want to learn a programming language for this. The server should
    be prepared for practice soon.. So i dont have time to learn a new
    language..
    I thought of a monitor in bash-script format.


i gave you help.  i pointed you towards resources which would teach you how to
do what you're asking to do. maybe you could learn from these resources during
your "apprenticeship". or maybe you're looking to install some software that
does everything you want to do. you didn't quite say in any level of detail
what you want to do, yet you tell me that you don't have time to learn
something new. well, sometimes one needs to learn new things in order to
solve their own problems.

*shrug*

mon comes with a monitor called "dialin.monitor" which does i/o on the serial
port in perl with a module from CPAN called "Expect". you should have a look at
that. i've never done such a thing by using only bash.
_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to