Changes between Version 21 and Version 22 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
- Timestamp:
- 03/12/25 08:18:04 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
v21 v22 28 28 === Process === 29 29 30 {{{ 30 {{{#!c++ 31 31 void Process(void) 32 32 }}} … … 154 154 === !SetDebugRawRead === 155 155 156 {{{ 156 {{{#!c++ 157 157 void SetDebugRawRead(bool bDebugShowRawRead) 158 158 }}}