-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_config.json
More file actions
34 lines (34 loc) · 960 Bytes
/
Copy pathdefault_config.json
File metadata and controls
34 lines (34 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"config_folder": "%USERPROFILE%\\ScaleLogger",
"config_file_name": "ScaleLogger.config.json",
"logs_folder": "%USERPROFILE%\\ScaleLogger\\logs",
"log_file_pattern": "ScaleLogger_%Y%m%d_%H%M%S.log",
"log_mode": "per_session",
"baud_rates": [1200, 2400, 4800, 9600],
"data_bits_options": [7, 8],
"parity_options": ["O", "N", "E"],
"stop_bits_options": ["1", "1.5", "2"],
"connect_on_startup": true,
"dark_mode": false,
"enable_startup_trace": true,
"enable_fatal_log_file": true,
"show_crash_dialog": true,
"include_trace_in_crash_dialog": true,
"port": "COM6",
"baudrate": 1200,
"databits": 7,
"parity": "O",
"stopbits": 1.0,
"timeout": 1.0,
"eol": "\\r\\n",
"mode": "parsed",
"trim_whitespace": true,
"strip_suffix": true,
"suffix": "g",
"normalize_sign": true,
"preserve_plus_sign": true,
"preserve_minus_sign": true,
"numeric_validation": true,
"post_action": "down",
"custom_sequence": []
}