Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm


Ignore:
Timestamp:
09/26/18 07:09:54 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v9 v10  
    5050
    5151Specifies a receive event (callback function) when after data is received based on the specified start, end chars, data count. A COMM_EVENT preprocessor define is provided to simply the event function declarations.
    52 
    53 
    54 
     52If start character may be specified as START_CHR_ANY to start with any character. END_CHR_ANY for no specific end character. If fixed size raw data is to be received the nRawCnt value may be specified.
    5553
    5654==== Example ====