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


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

--

Legend:

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

    v3 v4  
    3030== Member Functions ==
    3131
    32 === SetPort === 
     32=== SetPort ===
    3333Sets the communications port to be used when Open() is called.
     34
     35{{{
     36void SetPort(int port);
     37}}}
     38
     39==== Parameters ====
     40 * port - the port number
     41
     42==== Return Value ====
     43
     44Function does not return any parameters
    3445
    3546=== Open ===