Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>tp_rzmodem()</b> - receive files using zmodem http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_rzmodem() - receive files using Zmodem

   nError := tp_rzmodem(nPort, cDir, [cProgress], [nConv])

   nPort       Serial port number.
   cDir        Download directory name.
   cProgress   Progress function name.
   nConv       File conversion option.

   Returns     Error code.

   Receives one or more files using Zmodem protocol.  See File Transfers
   for more details.

   nConv, if present, is a default Zmodem file conversion option which
   will override the sender's option for each file; see tp_zfconv() for
   details.

   Example:

       nError := tp_rzmodem(1, "C:\DOWN", "Progress", 3)
       // Examples of progress functions may be found in the files
       // PROGRESS.PRG, RZ.PRG, SZ.PRG, TRANSFER.PRG, TRAN2.PRG,
       // and TRAN3.PRG, in the Telepathy sample code directories.

See Also: tp_szmodem() tp_zfconv() tp_zparam() File Transfers

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson