Re: Linux, terminal emulation for console port

2000-10-23 Thread Paul Borghese

Try minicom from the Bash shell.

Paul Borghese
- Original Message -
From: "Chuck Church" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 20, 2000 11:34 AM
Subject: Linux, terminal emulation for console port


 All,

  My coworker is playing with Red Hat Linux, but he can't find the
Linux
 command or application for terminal emulation though the serial port, much
 like HyperTerminal.  Does such a thing exist, or can anyone recommend an
 equivalent?

 TIA,

 Chuck Church
 CCNP, CCDP, MCNE, MCSE
 Sr. Network Engineer
 Magnacom Technologies
 140 N. Rt. 303
 Valley Cottage, NY 10989
 845-267-4000 x218

 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Linux, terminal emulation for console port

2000-10-23 Thread Sam LI

minicom is almost same as "telix" program in dos/win
Sam Li
- Original Message -
From: Paul Borghese [EMAIL PROTECTED]
To: Chuck Church [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, October 24, 2000 9:19 AM
Subject: Re: Linux, terminal emulation for console port


 Try minicom from the Bash shell.

 Paul Borghese
 - Original Message -
 From: "Chuck Church" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 20, 2000 11:34 AM
 Subject: Linux, terminal emulation for console port


  All,
 
   My coworker is playing with Red Hat Linux, but he can't find the
 Linux
  command or application for terminal emulation though the serial port,
much
  like HyperTerminal.  Does such a thing exist, or can anyone recommend an
  equivalent?
 
  TIA,
 
  Chuck Church
  CCNP, CCDP, MCNE, MCSE
  Sr. Network Engineer
  Magnacom Technologies
  140 N. Rt. 303
  Valley Cottage, NY 10989
  845-267-4000 x218
 
  _
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Linux, terminal emulation for console port

2000-10-20 Thread Chuck Church

All,

 My coworker is playing with Red Hat Linux, but he can't find the Linux
command or application for terminal emulation though the serial port, much
like HyperTerminal.  Does such a thing exist, or can anyone recommend an
equivalent?

TIA,

Chuck Church
CCNP, CCDP, MCNE, MCSE
Sr. Network Engineer
Magnacom Technologies
140 N. Rt. 303
Valley Cottage, NY 10989
845-267-4000 x218

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Linux, terminal emulation for console port

2000-10-20 Thread Kiarash Bodouhi


Hi,

You can use minicom.

Regards
Kiarash

Chuck Church wrote:
 
 All,
 
  My coworker is playing with Red Hat Linux, but he can't find the Linux
 command or application for terminal emulation though the serial port, much
 like HyperTerminal.  Does such a thing exist, or can anyone recommend an
 equivalent?
 
 TIA,
 
 Chuck Church
 CCNP, CCDP, MCNE, MCSE
 Sr. Network Engineer
 Magnacom Technologies
 140 N. Rt. 303
 Valley Cottage, NY 10989
 845-267-4000 x218
 
 _
 FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Linux, terminal emulation for console port

2000-10-20 Thread Frank Wells

minicom


From: Chuck Church [EMAIL PROTECTED]
Reply-To: Chuck Church [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]
Subject: Linux, terminal emulation for console port
Date: Fri, 20 Oct 2000 11:34:19 -0400

All,

  My coworker is playing with Red Hat Linux, but he can't find the 
Linux
command or application for terminal emulation though the serial port, much
like HyperTerminal.  Does such a thing exist, or can anyone recommend an
equivalent?

TIA,

Chuck Church
CCNP, CCDP, MCNE, MCSE
Sr. Network Engineer
Magnacom Technologies
140 N. Rt. 303
Valley Cottage, NY 10989
845-267-4000 x218

_
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Linux, terminal emulation for console port

2000-10-20 Thread Control Program

On Fri, Oct 20, 2000 at 11:34:19AM -0400, Chuck Church wrote:
 All,
 
  My coworker is playing with Red Hat Linux, but he can't find the Linux
 command or application for terminal emulation though the serial port, much
 like HyperTerminal.  Does such a thing exist, or can anyone recommend an
 equivalent?

Chuck,

Terminal emulation at the user level under Linux (and under Unix systems
in general) is most often accomplished by the console driver, or in an
application like xterm (if you're using X).  The primary databases for
describing terminal capabilities are the /etc/termcap file and the
terminfo hierarchy (/usr/share/terminfo under Linux).  See the system
manual pages on termcap and terminfo, and the manual pages for stty
termios if you want the gory details.

As far as programs for serial port access go, the simplest and most
flexible utility is probably C-Kermit.  This program is readily available
(for free) on the net and compiles under virtually any flavor of Unix.
Drop me an email if you need any help finding it.


-- 
[EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Linux, terminal emulation for console port

2000-10-20 Thread Jon Mitchell


Or, if minicom feels to bloated:

cu -l /dev/ttyS0 -s 9600

That is if your connecting from your first serial port.  Remember to use
~. to exit (of course).

--
Jon Mitchell
Systems Engineer, Subject Wills  Company
[EMAIL PROTECTED]



On Fri, Oct 20, 2000 at 11:34:19AM -0400, Chuck Church wrote:
 All,
 
  My coworker is playing with Red Hat Linux, but he can't find the Linux
 command or application for terminal emulation though the serial port, much
 like HyperTerminal.  Does such a thing exist, or can anyone recommend an
 equivalent?
 
 TIA,
 
 Chuck Church
 CCNP, CCDP, MCNE, MCSE
 Sr. Network Engineer
 Magnacom Technologies
 140 N. Rt. 303
 Valley Cottage, NY 10989
 845-267-4000 x218
 
 _
 FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]