175 bool |
175 bool |
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</i>) |
180 <b>readUntil</b>(<i>expected=b"\n", size=None, timeout=0</i>) |
181 |
181 |
182 <p> |
182 <p> |
183 Public method to read data until an expected sequence is found |
183 Public method to read data until an expected sequence is found |
184 (default: \n) or a specific size is exceeded. |
184 (default: \n) or a specific size is exceeded. |
185 </p> |
185 </p> |