Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/ccomm
- Timestamp:
- 04/09/18 09:10:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/ccomm
v3 v4 71 71 char response[12]; 72 72 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. 73 75 pComm->Send(pConnection, response, strlen(response); 74 76 }