diff --git a/ols.profile-agla.cfg b/ols.profile-agla.cfg index 5b56326..68776d0 100644 --- a/ols.profile-agla.cfg +++ b/ols.profile-agla.cfg @@ -45,7 +45,7 @@ device.open.portdtr = true # Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names... device.metadata.keys = "AGLAv0" -# In which order are samples sent back from the device? true = last sample first, false = first sample first -device.samples.reverseOrder = false +# In which order are samples sent back from the device? false = last sample first, true = first sample first +device.samples.reverseOrder = true ###EOF### diff --git a/ols.profile-aglam.cfg b/ols.profile-aglam.cfg index 70f798b..75e266b 100644 --- a/ols.profile-aglam.cfg +++ b/ols.profile-aglam.cfg @@ -39,13 +39,13 @@ 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 = 1000 +device.open.portdelay = 2000 # Does the device need a high or low DTR-line to operate correctly? (high = true, low = false) device.open.portdtr = true # Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names... device.metadata.keys = "AGLAMv0" -# In which order are samples sent back from the device? true = last sample first, false = first sample first -device.samples.reverseOrder = false +# In which order are samples sent back from the device? false = last sample first, true = first sample first +device.samples.reverseOrder = true ###EOF###