Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2004 14:23:41 +0900
From:      Rob <spamrefuse@yahoo.com>
To:        Robert Fitzpatrick <robert@webtent.com>, FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Connecting to serial port using HyperTerminal
Message-ID:  <4175F65D.90005@yahoo.com>
In-Reply-To: <005701c4b654$eeadc450$3901a8c0@webtent.net>
References:  <000501c4b64f$0f0c9150$3901a8c0@webtent.net> <2864A7A4-2243-11D9-A19D-000D9333E43C@secure-computing.net> <003701c4b652$17fee210$3901a8c0@webtent.net> <933113FC-2246-11D9-A19D-000D9333E43C@secure-computing.net> <005701c4b654$eeadc450$3901a8c0@webtent.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Fitzpatrick wrote:
>>>ttyd0   "/usr/libexec/getty std.9600"   vt100   on secure
>>>
>>>I found an existing line for ttyd0 set for dailup and off, I replaced 
>>>it
>>>with the one you suggested. Now, the ttyd0 shows up in the processes
>>>running, but still no luck connecting. I have things set to 9600 baud 
>>>with
>>>8|None|1|Hardware and VT100 emulation. But no response.
>>>
>>>--
>>>Robert
>>
>>Maybe something trivial, but are you sure you're using a null modem 
>>cable?  this is necessary...
> 
> 
> Yeah, the cable works connecting to a Linux box I have...

Is the serial port enabled (BIOS & kernel)?
Do you get positive output when you do
   $ cat /var/run/dmesg.boot | grep "sio[[:digit:]]"
f.ex:
  sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
  sio0: type 16550A
  sio1 at port 0x2f8-0x2ff irq 3 on isa0
  sio1: type 16550A


In /etc/ttys
   ttyd0 "/usr/libexec/getty std.9600"   dialup  off secure
means first serial port; cable is connected to that port?

Rob.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4175F65D.90005>