Perl program for sending/receiving files via a serial port

M

Manoj K.S

Hi
I am a new bie to perl.
Could any one provide me some links that have perl scripts to
send receive files a serial port ?

Thanks
 
W

William Herrera

Hi
I am a new bie to perl.
Could any one provide me some links that have perl scripts to
send receive files a serial port ?

Thanks

I ported x/y/zmodem to Perl once, I regret to say. Dog slow, though easily
workable with today's gigahertz machines. I would still suggest the following:

to send:
perl -e 'sz filename';

to receive:
perl -e 'rz';

:).
 
W

William Herrera

Hi
I am a new bie to perl.
Could any one provide me some links that have perl scripts to
send receive files a serial port ?

Thanks

I ported x/y/zmodem to Perl once, I regret to say. Dog slow, though easily
workable with today's gigahertz machines. I would still suggest the following:

to send:
perl -e '`sz filename`';

to receive:
perl -e '`rz`';

:).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top