资 源 简 介
An open-source program which implements serial communications protocols (such as XMODEM, YMODEM, ZMODEM, and Kermit) suitable for multiple platforms with serial input and output. Source code is divided into platform-independent and dependent modules.
Only XMODEM is currently implemented, and is known to work against Hyperterminal"s and TeraTerm"s implementation of XMODEM.
Current platforms implemented are Windows, and DOS. Other platforms will include UNIX (including Linux and Mac OSX) and VIC-20 to further test portability.
The DOS Port requires the interrupt driven serial I/O capabilities of the PICTOR library, available-here:
http://www.softcircuits.com/sw_dos.aspx
I have permission via email from the original developer/copyright holder to host a modified version of the PICTOR library, which compiles using the OpenWatcom C Compiler (probably the last remaining real-mode DOS C compiler). The patch which enables this is available in the Down