<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.12.3">
</HEAD>
<BODY>
On Thu, 2007-04-26 at 14:08 -0400, Pavel Zaitsev wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi,</FONT>
<FONT COLOR="#000000">I am wondering if there is most naked way to access a serial port without any sort of software, or minimal POSIX compliant software. And variation of shell script commands are acceptable. I found screen to work for accessing modem, as if it is your terminal. But if you have something simpler, that would be great.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
My preference is UUCP but it isn't installed by default. Once you get it installed try this:<BR>
<BR>
cu -l ttyS0 -s 57600<BR>
<BR>
</BODY>
</HTML>