Re: [expert] Serial terminal program for Linux?

2003-09-15 Thread Richard Urwin
On Tuesday 16 Sep 2003 1:58 am, Glenn Burkhardt wrote:
> On Sunday 14 September 2003 08:10 pm, Richard Urwin wrote:
> > The programmer has a human readable interface, and dumps and
> > receives intel hex format. All I need to do is the equivilent to
> > cat file.hex >/dev/Stty0
> > after issueing the relevant send command to the progammer.
>
> I'm not familiar with Intel hex format, but 'kermit' will let you
> send the file with
>
> C-Kermit>< cat file.hex
>
> or
>
> C-Kermit>redirect cat file.hex

Thanks for that. I tried minicom last night, and it will probably do 
what I want, but not easily or neatly.

There's a niche for a new application here, and I may be just the person 
to write it. Stay tuned...

-- 
Richard Urwin

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Serial terminal program for Linux?

2003-09-15 Thread Glenn Burkhardt
On Sunday 14 September 2003 08:10 pm, Richard Urwin wrote:
> The programmer has a human readable interface, and dumps and receives
> intel hex format. All I need to do is the equivilent to
> cat file.hex >/dev/Stty0
> after issueing the relevant send command to the progammer.

I'm not familiar with Intel hex format, but 'kermit' will let you send the 
file with 

C-Kermit>< cat file.hex

or 

C-Kermit>redirect cat file.hex




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Serial terminal program for Linux?

2003-09-14 Thread Richard Urwin
On Sunday 14 Sep 2003 6:45 pm, Glenn Burkhardt wrote:
> Richard Urwin wrote:
> > I need a serial terminal program to talk to a microcontroller
> > programmer I have just acquired. After googling for half an hour or
> > so there seemed to be only one: Minicom. It's a console-based
> > beastie and it doesn't do file send/receive (I don't need any
> > protocol just dump out and capture.)
> >
> > I *could* hack this program to do what I want, or just use cut and
> > paste, but I can't believe there is nothing else out there. Does
> > anyone know of anything that will suit?
>
> There's also the venerable 'kermit' program from Columbia U.
> http://www.columbia.edu/kermit/
>
> But what are your requirements?

The programmer has a human readable interface, and dumps and receieves 
intel hex format. All I need to do is the equivilent to
cat file.hex >/dev/Stty0
after issueing the relevant send command to the progammer.

Actually I meant microcom, not minicom, so there's three possibilities 
for me to check out tomorrow. Thanks everyone.

-- 
Richard Urwin

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Serial terminal program for Linux?

2003-09-14 Thread Jack Coates
On Sun, 2003-09-14 at 10:35, Richard Urwin wrote:
> I need a serial terminal program to talk to a microcontroller programmer 
> I have just acquired. After googling for half an hour or so there 
> seemed to be only one: Minicom. It's a console-based beastie and it 
> doesn't do file send/receive (I don't need any protocol just dump out 
> and capture.)
> 
> I *could* hack this program to do what I want, or just use cut and 
> paste, but I can't believe there is nothing else out there. Does anyone 
> know of anything that will suit?

minicom can do it, but you might have better luck with lrzsz. I used to
use this for transferring files across telnet sessions.

[EMAIL PROTECTED] jack]$ rpm -qi lrzsz   
Name: lrzszRelocations: (not
relocateable)
Version : 0.12.21   Vendor: MandrakeSoft
Release : 3mdk  Build Date: Thu 16 Jan 2003
09:16:09 AM PST
Install date: Sat 31 May 2003 12:55:10 AM PDT  Build Host:
bi.mandrakesoft.com
Group   : CommunicationsSource RPM:
lrzsz-0.12.21-3mdk.src.rpm
Size: 143788   License: GPL
Packager: Lenny Cartier <[EMAIL PROTECTED]>
URL : http://www.ohse.de/uwe/software/lrzsz.html
Summary : The lrz and lsz modem communications programs.
Description :
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
zmodem/ymodem/xmodem package built from the public-domain version of the
rzsz package.  Lrzsz was created to provide a working GNU copylefted
Zmodem solution for Linux systems.

You should install lrzsz if you're also installing a Zmodem
communications
program that uses lrzsz.  If you're installing minicom, you need to
install
lrzsz.

-- 
Jack Coates
Monkeynoodle: A Scientific Venture...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Serial terminal program for Linux?

2003-09-14 Thread Glenn Burkhardt
Richard Urwin wrote:
> I need a serial terminal program to talk to a microcontroller programmer
> I have just acquired. After googling for half an hour or so there
> seemed to be only one: Minicom. It's a console-based beastie and it
> doesn't do file send/receive (I don't need any protocol just dump out
> and capture.)
>
> I *could* hack this program to do what I want, or just use cut and
> paste, but I can't believe there is nothing else out there. Does anyone
> know of anything that will suit?

There's also the venerable 'kermit' program from Columbia U.
http://www.columbia.edu/kermit/

But what are your requirements?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Serial terminal program for Linux?

2003-09-14 Thread Dave Sherman
Richard Urwin wrote:
I need a serial terminal program to talk to a microcontroller programmer 
I have just acquired. After googling for half an hour or so there 
seemed to be only one: Minicom. It's a console-based beastie and it 
doesn't do file send/receive (I don't need any protocol just dump out 
and capture.)

I *could* hack this program to do what I want, or just use cut and 
paste, but I can't believe there is nothing else out there. Does anyone 
know of anything that will suit?
Actually, minicom *does* do file send/receive. 'man minicom' to find out 
how.

--
Dave Sherman - MCSE, MCSA, CCNA
Meddle not in the affairs of dragons,
  for you are crunchy, and good with ketchup.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Serial terminal program for Linux?

2003-09-14 Thread Richard Urwin
I need a serial terminal program to talk to a microcontroller programmer 
I have just acquired. After googling for half an hour or so there 
seemed to be only one: Minicom. It's a console-based beastie and it 
doesn't do file send/receive (I don't need any protocol just dump out 
and capture.)

I *could* hack this program to do what I want, or just use cut and 
paste, but I can't believe there is nothing else out there. Does anyone 
know of anything that will suit?

-- 
Richard Urwin

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] serial terminal

1999-07-22 Thread Bug Hunter



On Thu, 22 Jul 1999, David Rodgers wrote:

> could anyone point me to a howto on setting up linux to run serial terminals 
> 

  /usr/doc/getty-ps*
 /usr/doc/mgetty*
/usr/doc/setserial*
/usr/doc/HOWTO/Serial-HOWTO





Re: [expert] serial terminal

1999-07-22 Thread Axalon


Not off hand, did you check the LDP?

7:2345:respawn:/sbin/mingetty ttyS1

If i remeber right, it's not all that intricute

On Thu, 22 Jul 1999, David Rodgers wrote:

> could anyone point me to a howto on setting up linux to run serial terminals  
> i have been searching for one for two days and have come up empty
> 



[expert] serial terminal

1999-07-22 Thread David Rodgers



could anyone point me to a howto on setting up linux to run 
serial terminals   i have been searching for one for two days and have 
come up empty