Fwd: How to access RS-232 console from terminal?

2007-10-10 Thread Sudev Barar
On 05/10/2007, Bob McGowan <[EMAIL PROTECTED]> wrote:
> Amit Uttamchandani wrote:
> >> You may also find a UNIX/Linux port of Putty, if you want to use a
> >> "familiar" interface, as the Debian package 'putty' ( what else? ;)
> >>
> >> However, you will still need something like minicom to make the actual
> >> connection through the serial line, as others have mentioned.
> I had completely forgotten, something said in one of the other emails
> prompted to ol' brain cells to regurgitate this:
>
> seyon:  Seyon is a complete full-featured modem communications package
> for the X Window System.

Lookup cutecom

--
Regards,
Sudev Barar


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access RS-232 console from terminal?

2007-10-04 Thread Bob McGowan

Amit Uttamchandani wrote:
You may also find a UNIX/Linux port of Putty, if you want to use a 
"familiar" interface, as the Debian package 'putty' ( what else? ;)


However, you will still need something like minicom to make the actual 
connection through the serial line, as others have mentioned.




Thanks for the reply. Yeah I checked out minicom. It seems like it is the way 
to go. As for putty, it is quite nice but I was looking for something really 
powerful with debugging and file sending capabilities. It seems like minicom is 
the only option there.




I had completely forgotten, something said in one of the other emails 
prompted to ol' brain cells to regurgitate this:


seyon:  Seyon is a complete full-featured modem communications package
for the X Window System.

It does zmodem as well.

It may be more useful than minicom for you.

--
Bob McGowan


smime.p7s
Description: S/MIME Cryptographic Signature


Re: How to access RS-232 console from terminal?

2007-10-04 Thread Ken Irving
On Thu, Oct 04, 2007 at 10:37:43AM -0700, Amit Uttamchandani wrote:
> > 
> > You may also find a UNIX/Linux port of Putty, if you want to use a 
> > "familiar" interface, as the Debian package 'putty' ( what else? ;)
> > 
> > However, you will still need something like minicom to make the actual 
> > connection through the serial line, as others have mentioned.
> > 
> 
> Thanks for the reply. Yeah I checked out minicom. It seems like it
> is the way to go. As for putty, it is quite nice but I was looking for
> something really powerful with debugging and file sending capabilities.
> It seems like minicom is the only option there.

It's not the only option, but perhaps the easiest to get working. I use
cu quite a bit, a very lean option originally from the uucp system (aka
tip on other systems), particular where running it under a scripted
wrapper, e.g., with expect or Perl's Expect module.  It's also possible 
to drive the serial port directly via terminal or shell, but maybe a bit
tough to get the stty settings configured correctly, something that minicom
does for you.

Ken

-- 
Ken Irving, [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access RS-232 console from terminal?

2007-10-04 Thread Amit Uttamchandani
> 
> You may also find a UNIX/Linux port of Putty, if you want to use a 
> "familiar" interface, as the Debian package 'putty' ( what else? ;)
> 
> However, you will still need something like minicom to make the actual 
> connection through the serial line, as others have mentioned.
> 

Thanks for the reply. Yeah I checked out minicom. It seems like it is the way 
to go. As for putty, it is quite nice but I was looking for something really 
powerful with debugging and file sending capabilities. It seems like minicom is 
the only option there.


-- 
Amit Uttamchandani <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access RS-232 console from terminal?

2007-10-04 Thread Bob McGowan

Amit Uttamchandani wrote:

Hey guys,

I know this may seem so obvious but I have no experience with this at all. 
Basically I want to access the console interface of a network interface device 
using RS-232.

I am pretty sure linux/unix has built in support for this but how does it work?

Do I just plug it in?

Where do I set the baud rate?

And I usually need to transfer files via the 1K Xmodem protocol. Do I need an 
external software for this?

At work we use windows terminals to access these devices (using built in 
HyperTerminal program or PuTTY). But I would like to recommend the use of 
debian etch.

Thanks!



You may also find a UNIX/Linux port of Putty, if you want to use a 
"familiar" interface, as the Debian package 'putty' ( what else? ;)


However, you will still need something like minicom to make the actual 
connection through the serial line, as others have mentioned.


--
Bob McGowan


smime.p7s
Description: S/MIME Cryptographic Signature


Re: How to access RS-232 console from terminal?

2007-10-03 Thread Rob Sims
On Wed, Oct 03, 2007 at 09:29:40PM -0700, Amit Uttamchandani wrote:
> I know this may seem so obvious but I have no experience with this at
> all. Basically I want to access the console interface of a network
> interface device using RS-232.
 
...

> And I usually need to transfer files via the 1K Xmodem protocol. Do I need an 
> external software for this?
 
Have a look at minicom.
-- 
Rob


signature.asc
Description: Digital signature


Re: How to access RS-232 console from terminal?

2007-10-03 Thread Douglas A. Tutty
On Wed, Oct 03, 2007 at 09:29:40PM -0700, Amit Uttamchandani wrote:
> Hey guys,
> 
> I know this may seem so obvious but I have no experience with this at
> all. Basically I want to access the console interface of a network
> interface device using RS-232.
> 
> I am pretty sure linux/unix has built in support for this but how does
> it work?
> 
> Do I just plug it in?
> 
> Where do I set the baud rate?
> 
> And I usually need to transfer files via the 1K Xmodem protocol. Do I
> need an external software for this?
> 
> At work we use windows terminals to access these devices (using built
> in HyperTerminal program or PuTTY). But I would like to recommend the
> use of debian etch.

Read the serial HOWTO, the remote-serial-console-HOWTO, the
text-terminal-HOWTO, etc.  Then you run minicom or other terminal
emulator.  File transfer via the rzsz package that integrates into
minicom.

Doug.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to access RS-232 console from terminal?

2007-10-03 Thread Amit Uttamchandani
Hey guys,

I know this may seem so obvious but I have no experience with this at all. 
Basically I want to access the console interface of a network interface device 
using RS-232.

I am pretty sure linux/unix has built in support for this but how does it work?

Do I just plug it in?

Where do I set the baud rate?

And I usually need to transfer files via the 1K Xmodem protocol. Do I need an 
external software for this?

At work we use windows terminals to access these devices (using built in 
HyperTerminal program or PuTTY). But I would like to recommend the use of 
debian etch.

Thanks!

-- 
Amit Uttamchandani <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]