Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
- Timestamp:
- 04/09/18 14:49:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
v3 v4 30 30 == Member Functions == 31 31 32 === SetPort === 32 === SetPort === 33 33 Sets the communications port to be used when Open() is called. 34 35 {{{ 36 void SetPort(int port); 37 }}} 38 39 ==== Parameters ==== 40 * port - the port number 41 42 ==== Return Value ==== 43 44 Function does not return any parameters 34 45 35 46 === Open ===