Searched hist:cd4d3a3010394751db49c96528a76888dbd328db (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/serialconnect/ |
H A D | XModem.h | cd4d3a3010394751db49c96528a76888dbd328db Sun Jul 16 13:56:22 UTC 2017 Adrien Destugues <pulkomandy@pulkomandy.tk> SerialConnect: implement XMODEM-CRC
This is a common extension to XMODEM, which replaces the checksum with a more resilient CRC. The receiver must explicitly enable this, so if the receiver doesn't handle it, the traditional checksum is still used. Hence, this is backwards-compatible with XMODEM.
|
H A D | XModem.cpp | cd4d3a3010394751db49c96528a76888dbd328db Sun Jul 16 13:56:22 UTC 2017 Adrien Destugues <pulkomandy@pulkomandy.tk> SerialConnect: implement XMODEM-CRC
This is a common extension to XMODEM, which replaces the checksum with a more resilient CRC. The receiver must explicitly enable this, so if the receiver doesn't handle it, the traditional checksum is still used. Hence, this is backwards-compatible with XMODEM.
|
H A D | SerialApp.cpp | cd4d3a3010394751db49c96528a76888dbd328db Sun Jul 16 13:56:22 UTC 2017 Adrien Destugues <pulkomandy@pulkomandy.tk> SerialConnect: implement XMODEM-CRC
This is a common extension to XMODEM, which replaces the checksum with a more resilient CRC. The receiver must explicitly enable this, so if the receiver doesn't handle it, the traditional checksum is still used. Hence, this is backwards-compatible with XMODEM.
|