From b56aa94f99730cee982eebc09dd8fa88a3fbc077 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 8 Jul 2020 12:54:40 +0200 Subject: [PATCH] additional doc --- globalfunctions/DleEncoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/globalfunctions/DleEncoder.h b/globalfunctions/DleEncoder.h index 36cb1d3f..29851dfe 100644 --- a/globalfunctions/DleEncoder.h +++ b/globalfunctions/DleEncoder.h @@ -46,7 +46,8 @@ public: /** * Encodes the give data stream by preceding it with the STX marker * and ending it with an ETX marker. STX, ETX and DLE characters inside - * the stream are escaped by DLE characters. + * the stream are escaped by DLE characters and also replaced by adding + * 0x40 (which is reverted in the decoing process). * @param sourceStream * @param sourceLen * @param destStream