Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial


Ignore:
Timestamp:
04/19/18 06:54:03 (7 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v7 v8  
    8383== Member Functions ==
    8484
    85 === SetPort ===
     85=== !SetPort ===
    8686Sets the communications port to be used when Open() is called.
    8787
     
    138138==== Example ====
    139139
    140 === SetParameters ===
     140=== !SetParameters ===
    141141Set the baud rate, number of data bits, parity, and number of stop bits for serial ports.
    142142{{{
     
    174174}}}
    175175
    176 === IsReady ===
     176=== !IsReady ===
    177177Check the state of the serial CTS input (for serial ports that are equipped with CTS input)
    178178{{{