32 lines
910 B
Plaintext
32 lines
910 B
Plaintext
# Log levels:
|
|
# 0 - none
|
|
# 1 - error
|
|
# 2 - warning
|
|
# 3 - info
|
|
# 4 - debug
|
|
# By default, error is used.
|
|
|
|
[general]
|
|
log level = 1
|
|
|
|
[ftnlses3hv]
|
|
log level = 1
|
|
|
|
[ftsprhvd]
|
|
log level = 1
|
|
# These two statements limit the range of ports which will be shared if allowed by allow/deny filter.
|
|
#sharing template = ttyPos ttylb # if name contains space characters use ""
|
|
#sharing mode = template # or physical - if only physical devices are needed or all - if physical devices and devices from template are needed
|
|
# allow and deny statements may be used several times, one for each port/wildcard
|
|
# By default, all ports are allowed to be shared.
|
|
# deny statement prevents ports from sharing and allow statement shares ports.
|
|
# Allow wins.
|
|
#deny = ttyUSB* # don't share USB serial ports
|
|
#deny = ttyS1 # don't share COM2 internal port
|
|
# or to share just COM1:
|
|
#deny = *
|
|
#allow = ttyS0
|
|
|
|
[ftscanhvd]
|
|
log level = 1
|