ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister


Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters




General discussions > Public newsgroups > alt.os.linux > The Linux equivalent to MS HyperTerminal ?

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread



Author The Linux equivalent to MS HyperTerminal ?
dom
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
The Linux equivalent to MS HyperTerminal ?

Simple question:

Windows has HyperTerminal as a standard serial comms app, Linux's closest
equivalent is ???

I'd like to know with regard to both XWindows and ncurses.

Thanks
dom


Report this post to a moderator

Old Post 12-06-02 08:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
Jukka-Pekka Suominen
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

dom wrote:
> Windows has HyperTerminal as a standard serial comms app, Linux's closest
> equivalent is ???


There's at least minicom for the console..

-JP

Report this post to a moderator

Old Post 12-06-02 09:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
=?iso-8859-2?Q?Micha=B3_Cie=B6licki?=
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

begin http://www.oe.it-faq.pl
dom <dcurran99@attbi.com> quotation:

> Simple question:
>
> Windows has HyperTerminal as a standard serial comms app, Linux's closest
> equivalent is ???
>
> I'd like to know with regard to both XWindows and ncurses.


I suggest a minicom. It is very powerfull and easy to use intuitive
tool. It works with ncurses, but in XWindow (there is no XWindow*s*) you
may start in some terminal (ie: xterm, konsole).

--
Micha³ Cie¶licki | BOFH# 264799 | GG: 3429916 | OS: w3.pld.org.pl
Bóg stworzy³ apcoh, aby æwiczyæ lamerów. I tak siê tam w³a¶nie dzieje.
|> > > >> > uggc://jjj.lbfuv.nvc.cy/ncpbu/sbegharf.gkg < << < < <|
Jak by³by¶ superbohaterem, to mówiliby o Tobie: "szybszy od SuperSedesa"

Report this post to a moderator

Old Post 12-06-02 09:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
stefano
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

dom wrote:

> Simple question:
>
> Windows has HyperTerminal as a standard serial comms app, Linux's closest
> equivalent is ???


I can suggest minicom, too. For XWindow there is "seyon"

stefano

Report this post to a moderator

Old Post 12-06-02 11:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
dom
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

Hmm, Perhaps I've asked to wrong question.

With HyperTerminal I could connect to another Windows machine over a null
modem cable (who was also running HyperTerminal).

Both minicom and seyon complain there is no modem present (/dev/modem) and
quit.
This is true there is no modem, I just want to connect through COM1
(/dev/tty0 ?).
I don't believe that I want to send an modem ATDT type commands.

Can I still use minicom for this, and if so how ?

Thank you to all that replied.
dom

stefano <stefano.babic@NOSPAMsiemens.com> wrote in message
news:aspqhe$5lv$1@news.mch.sbs.de...
> dom wrote:
>
> > Simple question:
> >
> > Windows has HyperTerminal as a standard serial comms app, Linux's

closest
> > equivalent is ???

>
> I can suggest minicom, too. For XWindow there is "seyon"
>
> stefano



Report this post to a moderator

Old Post 12-06-02 06:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Peter T. Breuer
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

dom <dcurran@ti.com> wrote:
> Both minicom and seyon complain there is no modem present (/dev/modem) and


No they don't. Point them at the ttyS in question, not /dev/modem.

> This is true there is no modem, I just want to connect through COM1
> (/dev/tty0 ?).


Then use ttyS0, not /dev/modem.

> I don't believe that I want to send an modem ATDT type commands.


Nor do I. That makes two of us.

> Can I still use minicom for this, and if so how ?


The exact same way you and everyone else would. What's the problem?
(i.e. I suspect you are not doing what you think you are doing -
use the right serial device!)

And in case you wonder, yes I use minicom and seyon all the time for
null-modem serial line connects, in order to use serial console and
watch another linux machine booting.

Peter

Report this post to a moderator

Old Post 12-06-02 06:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Menno Duursma
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

Peter T. Breuer wrote:
[SNIP]
> And in case you wonder, yes I use minicom and seyon all the time for
> null-modem serial line connects, in order to use serial console and
> watch another linux machine booting.


That is a kewl way of debugging also.
http://www-106.ibm.com/developerwor...g/?dwzone=linux
(Look for "kgdb".)

If however, you want to transfer files from one box to the other.
Have a look at SLIP.
http://www.superant.com/cgi-bin/sma...Slip_Networking

After setting it up just use SAMBA, NFS, FTP or whatever you like.

-Menno.

Report this post to a moderator

Old Post 12-06-02 07:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
dom
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: The Linux equivalent to MS HyperTerminal ?

I have it now, thanks.
dom

Peter T. Breuer <ptb@oboe.it.uc3m.es> wrote in message
news:bboqsa.qq4.ln@news.it.uc3m.es...
> dom <dcurran@ti.com> wrote:
> > Both minicom and seyon complain there is no modem present (/dev/modem)

and
>
> No they don't. Point them at the ttyS in question, not /dev/modem.
>
> > This is true there is no modem, I just want to connect through COM1
> > (/dev/tty0 ?).

>
> Then use ttyS0, not /dev/modem.
>
> > I don't believe that I want to send an modem ATDT type commands.

>
> Nor do I. That makes two of us.
>
> > Can I still use minicom for this, and if so how ?

>
> The exact same way you and everyone else would. What's the problem?
> (i.e. I suspect you are not doing what you think you are doing -
> use the right serial device!)
>
> And in case you wonder, yes I use minicom and seyon all the time for
> null-modem serial line connects, in order to use serial console and
> watch another linux machine booting.
>
> Peter



Report this post to a moderator

Old Post 12-06-02 08:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply


Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps