<p>Falkenber9 <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/24034">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Speed up AT command interface (~130 times faster)<br><br>Previous implementation waits 300ms for response after<br>each command issued. But many commands finish earlier.<br><br>This patch improves the command execution time by frequently<br>checking for the response to complete (i.e. ends with<br>OK or ERROR), or the occurence of a timeout (default 200ms).<br><br>Timeout can be adapted per command to support long response<br>times of certain commands like AT+COPS=? (network search)<br><br>Execution time benchmark (20 AT commands/responses):<br>Previous: 6.010s (100.0%)<br>New code: 0.045s (  0.7%)<br><br>Change-Id: I69b1cbc0a20d54791e5800bf27ebafc2c8606d93<br>---<br>M pySim/transport/modem_atcmd.py<br>1 file changed, 54 insertions(+), 22 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/34/24034/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/24034">change 24034</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/24034"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I69b1cbc0a20d54791e5800bf27ebafc2c8606d93 </div>
<div style="display:none"> Gerrit-Change-Number: 24034 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Falkenber9 <robert.falkenberg@tu-dortmund.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>