Xmodem module

Roger Upole rupole at msn.com
Sat Oct 7 14:32:53 EDT 2000


Reflection 2 supports x,y, and zmodem, and is easily scripted with Python
via COM
   HTH
     Roger Upole

"Emile van Sebille" <emile at fenx.com> wrote in message
news:8rnj00$i0p7n$1 at ID-11957.news.cis.dfn.de...
> Thanks, Michal.  The customer's a windows/novell shop, and
> though I can get python in the door, I won't get *nix in.  I
> think I'll go look for a command line based scriptable
> windows thing.  A quick search shows Hyperterm has xmodem,
> but I can't find COM info (yet/ever?), and I see some
> windows based C-source code, so maybe I'll give it a quick
> shot.
>
> Then again, maybe the bank will let me FTP it to them...
>
> See you,
>
> --
>
> Emile van Sebille
> emile at fenx.com
> -------------------
>
>
> "Michal Wallace" <sabren at manifestation.com> wrote in message
> news:mailman.970932554.2929.python-list at python.org...
> > On Sat, 7 Oct 2000, Emile van Sebille wrote:
> >
> > > Has anyone got anything resembling xmodem?  I have a
> > > customer that's been using a procomm script to
> communicate
> > > through to their bank, and they've lost the source.
> They're
> > > now switching back-end systems, and the function needs
> to be
> > > ported.  If there's a good starting point, I'd just as
> soon
> > > use python, but if not, I'll recreate the script.
> >
> > dunno about a python module, but
> linux/freebsd/unix/whatever usually
> > has "sz" and "rz" commands... they support X, Y, and Z
> modem
> > protocols over stdin, and probably over a pipe...
> >
> > Cheers,
> >
> > - Michal
> > ----------------------------------------------------------
> --------------
> > www.manifestation.com  www.sabren.com  www.linkwatcher.com
> www.zike.net
> > ----------------------------------------------------------
> --------------
> >
> >
>
>






More information about the Python-list mailing list