Skip to content
Snippets Groups Projects
Commit ab989815 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Increased serial timeout.

parent 01b109a0
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ class Experiment:
self.plot.changetype(self)
def run(self, strPort):
self.ser = delayedSerial(strPort, 1024000, timeout=3)
self.ser = delayedSerial(strPort, 1024000, timeout=5)
self.ser.write("ck")
self.ser.flushInput()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment