[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Wanted: trivial minicom-type function
- Subject: [ale] Wanted: trivial minicom-type function
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Mon, 13 Mar 2006 09:22:13 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
Now if you are trying to create a simple terminal emulator that is not
as complex as Minicom then take a look at this:
http://www.danlj.org/lad/src/robin.c.html
We use that when testing our serial ports. The only modifications I've
made were to use getopt() instead of libpopt. Works great. I've also
got some code that I've written that allows pure raw mode so that you
can pass such things as xmodem, etc. sometimes command processing can
screw your transmission up.
On Mon, 2006-03-13 at 08:55 -0500, Mills, John M. wrote:
> ALErs -
>
> Before I write it, can anyone suggest a simple (even trivial) way to
> plug 'stdin'/'stdout' to a specified '/dev/tt*' so byte traffic simply
> goes both ways? No smarts required.
>
> Second prize is for a comm utility that doesn't pollute the traffic
> stream with whatever comments it wants to make, i.e., uses 'stderr' to
> whine.
>
> TIA from a lazy programmer.
>
> - Mills
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale