From 8c7db04e3caaf426b0fe36277c70956576c2287b Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Mon, 22 Jul 2013 22:11:20 -0700 Subject: [PATCH] Increase portdelay so that Arduino Uno R3 works. For some reason the Arduino Uno R3 (but not my earlier / original Uno) needs a longer delay after reset. I haven't investigated the cause yet, but increasing device.open.portdelay to > 1700ms seems to fix it. Bump to 2000 just to be safe in all cases. This should fix the Uno R3 issues that have been reported a couple of times now. --- ols.profile-agla.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ols.profile-agla.cfg b/ols.profile-agla.cfg index 91dadfe..8e3c39d 100644 --- a/ols.profile-agla.cfg +++ b/ols.profile-agla.cfg @@ -39,7 +39,7 @@ device.capturesize.bound = false device.channel.numberingschemes = DEFAULT # Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds) -device.open.portdelay = 1500 +device.open.portdelay = 2000 # The receive timeout for the device (in milliseconds, 100 = default, <=0 = no timeout) device.receive.timeout = 100 # Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)