Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm


Ignore:
Timestamp:
08/19/24 15:24:52 (3 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm

    v19 v20  
    7171
    7272Specifies a receive event (callback function) that will be called when the specified start, end chars, and data count criteria is met. A COMM_EVENT preprocessor define is provided to simply the event function declarations.
    73 If the start character is specified as START_CHR_ANY any received character will start the data capture for the event. If the end character is specified as END_CHR_ANY there is no specific end character. END_CHR_ANY should normally only be used if fixed size raw data is to be received and the nRawCnt value is specified.
     73If the start character is specified as START_CHR_ANY any received character will start the data capture for the event.
     74
     75If the end character is specified as END_CHR_ANY there is no specific end character. END_CHR_ANY should normally only be used if fixed size raw data is to be received and the nRawCnt value is specified to indicate the number of bytes to receive.
    7476
    7577==== Example ====