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_szmodem()</b> - send files using zmodem http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_szmodem() - send files using Zmodem

   nError := tp_szmodem(nPort, cFile|acFiles, [cProgress], [nConv])

   nPort       Serial port number.
   cFile       File name.
   acFiles     Array of file names.
   cProgress   Progress function name.
   nConv       File conversion option.

   Returns     Error code.

   Sends one or more files using Zmodem protocol.  You may specify
   either the name of a single file, or an array of file names.  See
   File Transfers for more details.

   nConv, if present, is the Zmodem file conversion option that will be
   applied to each file; see tp_zfconv() for details.

   Example:

       nError := tp_szmodem(1, "C:\UP\TEMP.DBF", "Progress")
       // 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_rzmodem() tp_zblklen() tp_zfconv() tp_zparam() File Transfers

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