From 1f418098b2a56d6c1f2b5c2ed70ab5e201505710 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Mon, 28 Jan 2013 11:12:07 -0800 Subject: [PATCH] Update device profile clockspeed & portdelay. Set clock speed to 16MHz. Hopefully this value works fine with the client since the previous 100MHz was not the actual clockspeed anyway. Also, adjust the device.open.portdelay to 1500ms. People can test their own device for the fastest value, but this should be a safer default for most people and hopefully eliminates som frustration for first time users. --- ols.profile-agla.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ols.profile-agla.cfg b/ols.profile-agla.cfg index 4c0c77c..d47d440 100644 --- a/ols.profile-agla.cfg +++ b/ols.profile-agla.cfg @@ -7,7 +7,7 @@ device.description = Arduino Generic Logic Analyzer # The device interface, SERIAL only device.interface = SERIAL # The device's native clockspeed, in Hertz. -device.clockspeed = 100000000 +device.clockspeed = 16000000 # Whether or not double-data-rate is supported by the device (also known as the "demux"-mode). device.supports_ddr = false # Supported sample rates in Hertz, separated by comma's @@ -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 = 500 +device.open.portdelay = 1500 # 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)