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_rxcrc()</b> - receive file using xmodem/crc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_rxcrc() - receive file using Xmodem/CRC

   nError := tp_rxcrc(nPort, cFile, [cProgress)

   nPort       Serial port number.
   cFile       File name.
   cProgress   Progress function name.

   Returns     Error code.

   Receives a single file using Xmodem/CRC protocol.  See File Transfers
   for more details.

   Example:

       nError := tp_rxcrc(1, "C:\DOWN\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_sxmodem() tp_xyparam() File Transfers

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