1RADEXREADER(1)            BSD General Commands Manual           RADEXREADER(1)
2

NAME

4     radexreader — Reader for the RADEX RD1212 and ONE Geiger counters.
5

SYNOPSIS

7     radexreader [tail] [jsontail] [last] [jsonlast] [all] [jsonall] [erase]
8

DESCRIPTION

10     The RadexReader is an user-space driver for the RADEX RD1212 and the
11     RADEX ONE Geiger counters. It allow to read and clear stored data via
12     USB.
13
14     tail      Read and display of the measurement. Infinite loop, one line
15               per measurement.
16
17     jsontail  Read and display in json format of the measurement. Infinite
18               loop, one line per measure.
19
20     last      Read and display of the measurement.
21
22     jsonlast  Read and display in json format of the measurement.
23
24     all       Read and display all measurements stored (RD1212 only).
25
26     jsonall   Read and display is json format all measurements stored (RD1212
27               only).
28
29     erase     Remove stored measurements (RD1212 only).
30
31     The values shown are only approximations. The actual value can only be
32     measured with suitable professional device.
33

OUTPUT EXAMPLES

35     tail last all
36       2022-01-01 19:13:17    0.14 µSv/h  ±57% (0.06 ≤ 0.14 ≤ 0.22)
37
38     jsontail jsonlast jsonall
39       {"1641064637":{"pct":57.8571,"min":0.0590,"val":0.14,"max":0.221,"time":1641067277}[, ...]}
40
41Linux                          December 17, 2023                         Linux
Impressum