Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
- Timestamp:
 - 08/23/10 08:17:45 (15 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
v9 v10 125 125 ==== Remarks ==== 126 126 127 ==== Example ==== 128 127 ==== Examples ==== 128 129 {{{ 130 CFile file("/dev/ttyS1", "w"); 131 if(file.IsOpen()) 132 { 133 file.SetSerial(CFile::baud9600, CFile::data7, CFile::parityEven, CFile::stopOne); 134 } 135 }}} 136 137 {{{ 138 CFile file("/dev/ttyS1", "w"); 139 if(file.IsOpen()) 140 { 141 file.SetSerial(CFile::baud19200); 142 } 143 }}} 129 144 130 145 === ReadLine ===  
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)