代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/353891/10408075
readme
This is the most up to date collection of documentation
for Xmodem derivative protocols that I could come up with.
I would prefer if people would add or update documents in
this archive, but not
www.eeworm.com/read/159920/10588737
c crc-16f.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
* Usage:
* newcrc = updcrc( oldcrc, b
www.eeworm.com/read/136959/13352056
c crc_16f.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
* Usage:
* newcrc = updcrc( oldcrc, bufadr
www.eeworm.com/read/258434/11864014
c crc-16f.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
* Usage:
* newcrc = updcrc( oldcrc, b
www.eeworm.com/read/341877/12056637
c crc-16f.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
* Usage:
* newcrc = updcrc( oldcrc, b
www.eeworm.com/read/130631/14180313
c mterm.c
/*
* MICRO-Terminal:
*
* This is a very simple communications program, which provides
* a subset ANSI (VT100) terminal emulation, and basic XMODEM
* (with checksum) file transfer.
*
* If
www.eeworm.com/read/130553/14186200
c crc-16f.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
* Usage:
* newcrc = updcrc( oldcrc, b
www.eeworm.com/read/123657/14619225
c mterm.c
/*
* MICRO-Terminal:
*
* This is a very simple communications program, which provides
* a subset ANSI (VT100) terminal emulation, and basic XMODEM
* (with checksum) file transfer.
*
* If
www.eeworm.com/read/8280/145989
lnp flspro.lnp
"STARTUP.obj",
"main.obj",
"flash.obj",
"xmodem.obj"
TO "FlsPro"
RAMSIZE(256)
XDATA( 0X8000-0XFFFF )
www.eeworm.com/read/100257/15879669
c crc16.c
/*
* Calculate, intelligently, the CRC of a dataset incrementally given a
* buffer full at a time.
* Initialize crc to 0 for XMODEM, -1 for CCITT.
*
*
*/
#include
/* the C