hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group/HtiUsbSerialComm.cfg
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:41:07 +0100
branchCompilerCompatibility
changeset 10 6c5f86e4c374
parent 4 73ff0d268e1d
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

# HTIUsbSerialComm communication plugin configuration file

# The PortNumber parameter configures the number of the port to use.
# Default value: 1

#PortNumber=1


# The DataRate parameter configures the speed of the port (bits/sec).
# The port does not necessarily obey the data rate setting.
# Default value: 115200

#DataRate=2400
#DataRate=4800
#DataRate=9600
#DataRate=19200
#DataRate=38400
#DataRate=57600
#DataRate=115200
#DataRate=576000
#DataRate=1152000
#DataRate=4000000

# The RetryTimes parameter configures the retry amount(times) if the port opening fails.
# Default value: 10

#RetryTimes=10

# The RetryInterval parameter configures the time(seconds) between retries if the port opening fails.
# Default value: 10

#RetryInterval=10