Re: Serial Device Views

2004-05-30 Thread Daan Vreeken [PA4DAN]
On Sunday 30 May 2004 15:52, Grant Peel wrote:
 Hi all,

 Here is the second most embarrasing question I have ever asked.

 I have a switch (managed), that I can use HyperTerminal (when connected to
 a windows box of course) to view the console.

 I seem to be going blind reading the docs on how to view the same console
 when I connect the Switch to the Serial (RS-232 port on any of my FreeBSD
 servers.

 Any hints, comments on how to set up freebsd to allow access to the switch
 console would be appreciated.
Try installing minicom. It's in the ports-tree in : /comms/minicom .
There are other programs to talk to serial ports on FreeBSD, but this is what 
I often use. It's a console program with a nice user interface.

grtz,
Daan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Serial Device Views

2004-05-30 Thread Warren Block
On Sun, 30 May 2004, Grant Peel wrote:
I have a switch (managed), that I can use HyperTerminal (when connected to a
windows box of course) to view the console.
I seem to be going blind reading the docs on how to view the same console
when I connect the Switch to the Serial (RS-232 port on any of my FreeBSD
servers.
Any hints, comments on how to set up freebsd to allow access to the switch
console would be appreciated.
cu -s9600 -l/dev/cuaa0
Change the values if needed.  And the next question is How do I get out 
of it? which is the key sequence ~. (tilde-dot).

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Serial Device Views

2004-05-30 Thread Murray Taylor
On Mon, 2004-05-31 at 03:15, Warren Block wrote:
 On Sun, 30 May 2004, Grant Peel wrote:
 
  I have a switch (managed), that I can use HyperTerminal (when connected to a
  windows box of course) to view the console.
 
  I seem to be going blind reading the docs on how to view the same console
  when I connect the Switch to the Serial (RS-232 port on any of my FreeBSD
  servers.
 
  Any hints, comments on how to set up freebsd to allow access to the switch
  console would be appreciated.
 
 cu -s9600 -l/dev/cuaa0
 
 Change the values if needed.  And the next question is How do I get out 
 of it? which is the key sequence ~. (tilde-dot).
 
 -Warren Block * Rapid City, South Dakota USA

Or use tip

Its like cu but more basic  no file transfers etc just keyboard to
serial port and return (I use it to manage networked serial servers via
comserv)

man tip 
and
man remote

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com




This Email has been scanned for Viruses by MailMarshal.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]