Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
- Timestamp:
- 04/19/18 06:54:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
v7 v8 83 83 == Member Functions == 84 84 85 === SetPort ===85 === !SetPort === 86 86 Sets the communications port to be used when Open() is called. 87 87 … … 138 138 ==== Example ==== 139 139 140 === SetParameters ===140 === !SetParameters === 141 141 Set the baud rate, number of data bits, parity, and number of stop bits for serial ports. 142 142 {{{ … … 174 174 }}} 175 175 176 === IsReady ===176 === !IsReady === 177 177 Check the state of the serial CTS input (for serial ports that are equipped with CTS input) 178 178 {{{