Home
last modified time | relevance | path

Searched hist:cd4d3a3010394751db49c96528a76888dbd328db (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/serialconnect/
H A DXModem.hcd4d3a3010394751db49c96528a76888dbd328db 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 DXModem.cppcd4d3a3010394751db49c96528a76888dbd328db 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 DSerialApp.cppcd4d3a3010394751db49c96528a76888dbd328db 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.