ymodem icon indicating copy to clipboard operation
ymodem copied to clipboard

Java library supporting ymodem, xmodem file exchanging protocols. May be helpful for crossplatform java applications.

Results 1 ymodem issues
Sort by recently updated
recently updated
newest added

`if (crc.calcCRC(block) != readCRC(crc)) { throw new InvalidBlockException(); }` I think it's something wrong about the algorithm , it always throw the InvalidBlockException. Could anybody fix it?