You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
232 B
Bash

# COM Port Test Writer configuration
COM_PORT=COM1
BAUD_RATE=9600
TIMEOUT=1
# Test Data Settings
WRITE_INTERVAL=1.0
TEST_DATA_TYPE=scales
# Scales data settings
SCALES_MIN=0
SCALES_MAX=100
SCALES_INCREMENT=0.5
# Debug
DEBUG=True