X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fpython%2Ftos.py;h=bbce96f2dac4989cb2b7e7bec1e5ef98e968204b;hb=d380483a17df056bdb3539dba90181b30d5b6188;hp=5d1d4eefa661e1a55447c02c5012e2d1eaeaf1cf;hpb=c105e0818cdc4823bb0f22ad24465cd5806cf928;p=tinyos-2.x.git diff --git a/support/sdk/python/tos.py b/support/sdk/python/tos.py index 5d1d4eef..bbce96f2 100644 --- a/support/sdk/python/tos.py +++ b/support/sdk/python/tos.py @@ -113,6 +113,7 @@ class Serial: #print "DEBUG: putBytes:", data for b in data: self._s.write(struct.pack('B', b)) + time.sleep(0.000001) def getTimeout(self): return self._s.timeout