Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/ccomm


Ignore:
Timestamp:
04/09/18 09:10:57 (7 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/ccomm

    v3 v4  
    7171       char response[12];
    7272       sprintf(response, "%d\n", tmval);
     73       // pConnection isn't important in the case of serial port, but if TCP/IP server it is important to send
     74       // the response to the connection that the message was received from.
    7375       pComm->Send(pConnection, response, strlen(response);
    7476    }