src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonSerialPort.html

branch
eric7
changeset 10229
e50bbf250343
parent 9799
a79430a8811d
child 10428
a071d4065202
equal deleted inserted replaced
10228:74c6150aa745 10229:e50bbf250343
164 </dd> 164 </dd>
165 </dl> 165 </dl>
166 <dl> 166 <dl>
167 <dt>Return:</dt> 167 <dt>Return:</dt>
168 <dd> 168 <dd>
169 flag indicating success 169 flag indicating success and an error message
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <dl> 172 <dl>
173 <dt>Return Type:</dt> 173 <dt>Return Type:</dt>
174 <dd> 174 <dd>
175 bool 175 tuple of (bool, str)
176 </dd> 176 </dd>
177 </dl> 177 </dl>
178 <a NAME="MicroPythonSerialPort.readUntil" ID="MicroPythonSerialPort.readUntil"></a> 178 <a NAME="MicroPythonSerialPort.readUntil" ID="MicroPythonSerialPort.readUntil"></a>
179 <h4>MicroPythonSerialPort.readUntil</h4> 179 <h4>MicroPythonSerialPort.readUntil</h4>
180 <b>readUntil</b>(<i>expected=b"\n", size=None, timeout=0</i>) 180 <b>readUntil</b>(<i>expected=b"\n", size=None, timeout=0</i>)

eric ide

mercurial