reply below:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Date: Thu, 02 Feb 2006 17:24:50 +0900<br>From: Gowri Satish Adimulam <<a href="mailto:gowri@bitel.co.kr">
gowri@bitel.co.kr</a>><br>Subject: Re: needed help on MINICOM<br>To: For users of Fedora Core releases <<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>><br>Message-ID: <<a href="mailto:1138868690.3297.2.camel@localhost.localdomain">
1138868690.3297.2.camel@localhost.localdomain</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br><br><br>Hi ,<br>iam attaching minicom related files on my system /etc dir .<br><br>These may give some clue about my setting.
<br><br>Thanks in advance<br><br>Gowri<br><br>On Thu, 2006-02-02 at 00:20 -0600, Mike McCarty wrote:<br>> Gowri Satish Adimulam wrote:<br>> > Hi ,<br>> > Iam try to use minicom as simple com-port, it is connected to embedded
<br>> > system board via RS 232 cable.<br>><br>> Try looking in your MINICOM environment variable.<br>> Try<br>><br>> $ minicom -h<br>><br>> and see what the compiled in path is. Then look in, for example,
<br>> /etc/minicom.users or /var/lib/minicom.users or whatever it's<br>> compiled for.<br>><br>> Are you using a "null modem" cable? You may need it.<br>><br>> Mike<br>> --<br>> p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
<br>> This message made from 100% recycled bits.<br>> You have found the bank of Larn.<br>> I can explain it for you, but I can't understand it for you.<br>> I speak only for myself, and I am unanimous in that!
<br>><br>-------------- next part --------------<br># $Id: minicom.users,v <a href="http://1.1.1.1">1.1.1.1</a> 1999/12/18 11:18:51 misiek Exp $<br># Minicom.users   Access file for the minicom program.<br>#<br># Format:         Either just one username per line, or
<br>#                 a username followed by one or more<br>#                 configuration-names. The name of the<br>#                 default configuration is "dfl". The maximum<br>#                 significant line length is 70 characters.
<br>#<br># Location:       The minicom library directory, probably<br>#                 /etc or /var/lib/minicom or whatever.<br>#<br># Notes:          If you don't install this file in the<br>#                 specified location, everybody will have
<br>#                 access to minicom.<br>#<br>#                 This doesn't matter if minicom isn't installed<br>#                 setuid root since access will then be based<br>#                 on the permissions set on the serial port.
<br>#<br><br>#<br># Who may use minicom?<br>#<br>User   gowri<br><br><br># Everyone has access to all configurations.<br>ALL<br><br>## The rest are examples.<br>## # Erik only has access to the default configuration<br>gowri           dfl
<br>##<br>## # minicom has access to the default configuration, and configuration 'tty5'.<br>minicom         dfl     tty3<br>-------------- next part --------------<br># Machine-generated file - use "minicom -s" to change parameters.
<br>pr port             /dev/ttyS3<br>pu baudrate         115200<br>pu bits             8<br>pu parity           N<br>pu stopbits         1<br>pu minit<br>pu mreset<br>pu mdialpre<br>pu mdialsuf<br>pu mdialpre2<br>pu mdialsuf2
<br>pu mdialpre3<br>pu mdialsuf3<br>pu mhangup<br>pu mdialcan<br>pu backspace        BS<br>pu rtscts           No<br>pu xonxoff          Yes<br><br>-------------- next part --------------<br># Machine-generated file - use "minicom -s" to change parameters.
<br>pr port             /dev/ttyS0<br>pu baudrate         57600<br>pu bits             8<br>pu parity           N<br>pu stopbits         1<br>pu scriptdir        /etc/</blockquote>
<div> </div>
<div>Hi Again Gowri!</div>
<div> </div>
<div>In a previous e-mail you mentioned: </div>
<div> </div>
<div>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Times New Roman">> > > ttyS3,</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Times New Roman">> > > baud rate 57600 8n1 which in acordance with embedded system.</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Times New Roman">But ttyS3 in your machine generated minicom setup file shows:</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Times New Roman"></font> </p></div>
<div>pr port             /dev/ttyS3<br>pu baudrate         115200</div>
<div> </div>
<div>And I note that you have a ttyS0 set up for 57600.  Are you plugged into and talking with the right com port?</div>
<div> </div>
<div>I also note that hardware/software flow control in the ttyS3 port is:</div>
<div> </div>
<div>pu rtscts           No<br>pu xonxoff          Yes</div>
<div> </div>
<div>The "rtscts" is the hardware flow control (Request To Send - Clear To Send) and "xonxoff" is the software flow control.  If it were me I would try actively setting and resetting each of these elements in an active session with the machine connected.  You can do that from within the minicom program as previously mentioned.
</div>
<div> </div>
<div>If you have an old serial modem sitting arround they are good to use to tell you if you are talking with a given serial port.  You could even use another computer in terminal mode.</div>
<div> </div>
<div>If you are into voltmeters, the active (transmit) lines will rest at between -5 and -12 volts (it may be + - the RS232 standard has low a minus voltage and high a plus voltage but I may have that reversed).  The RTS and DTE lines you should see change when you toggle the hardware flow control.  The transmit line you should see "jump" as you transmit characters.
</div>
<div> </div>
<div>Good Hunting!</div>
<div> </div>
<div>Tod<br> </div>