HS XMODEM C Source Library
HS xmodem is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelfsupport for xmodem protocol data transfer capability... Other features include 1024 blocksize vs 128, CRC vs checksum, configurable timers and retries* HOW IT WORKS:When user application initlialises HsXmodem library, it provides interface callbacks for the services used by Xmodem protocol module: timermanagement, serial transmission and reception, memory management, event callbacks... When it is appropriate to sendnext block of data Hs Xmodem will get next memory block from user application...
Tags: serial communications, asynch communications, win32 com, win32 serial,
