mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 23:53:02 +03:00
Update device profiles.
Add the 'device.receive.timeout' values required by the latest LogicSniffer client application.
This commit is contained in:
@@ -40,6 +40,8 @@ device.channel.numberingschemes = DEFAULT
|
|||||||
|
|
||||||
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
|
# 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 = 500
|
||||||
|
# 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)
|
# Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)
|
||||||
device.open.portdtr = true
|
device.open.portdtr = true
|
||||||
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ device.channel.numberingschemes = DEFAULT
|
|||||||
|
|
||||||
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
|
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
|
||||||
device.open.portdelay = 2000
|
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)
|
# Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)
|
||||||
device.open.portdtr = true
|
device.open.portdtr = true
|
||||||
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
||||||
|
|||||||
Reference in New Issue
Block a user