Add baud rate setting and some minor changes
This commit is contained in:
parent
7e8ba61b04
commit
13ffe0c2c7
10 changed files with 52 additions and 18 deletions
13
gclog.conf
13
gclog.conf
|
|
@ -3,17 +3,26 @@
|
|||
############################################
|
||||
|
||||
# Geiger counter type:
|
||||
######################
|
||||
# 'gq' -> GQ GMC Geiger Counter (GQ-RFC1201 protocol)
|
||||
# 'diy' -> DIY/MyGeiger/NET-IO Geiger Kit or compatible
|
||||
########################################################
|
||||
#device.type=diy
|
||||
#device.type=gq
|
||||
device.type=sim
|
||||
device.type=gq
|
||||
|
||||
# Serial device filename
|
||||
########################
|
||||
device.port=/dev/ttyUSB0
|
||||
|
||||
# Serial port baud rate:
|
||||
########################
|
||||
# DIY Geiger counter -> 9600 bps
|
||||
# GMC-300 V3 and older -> 57600 bps
|
||||
# GMC-300 Plus V4, GMC-320 -> 115200 bps
|
||||
#########################################
|
||||
#device.baudrate=9600
|
||||
device.baudrate=57600
|
||||
|
||||
# GPS location of your sensor; required for Safecast
|
||||
####################################################
|
||||
location=Berlin, DE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue