table of contents
        
      
      
    
      conflicting packages
    
    
  | RADEXREADER(1) | General Commands Manual | RADEXREADER(1) | 
NAME¶
radexreader —
    Reader for the RADEX RD1212 and ONE Geiger
  counters.
SYNOPSIS¶
radexreader | 
    [tail] [jsontail] [last] [jsonlast] [all] [jsonall] [erase] | 
DESCRIPTION¶
The RadexReader is an user-space driver for the RADEX RD1212 and the RADEX ONE Geiger counters. It allow to read and clear stored data via USB.
- tail
 - Read and display of the measurement. Infinite loop, one line per measurement.
 - jsontail
 - Read and display in json format of the measurement. Infinite loop, one line per measure.
 - last
 - Read and display of the measurement.
 - jsonlast
 - Read and display in json format of the measurement.
 - all
 - Read and display all measurements stored (RD1212 only).
 - jsonall
 - Read and display is json format all measurements stored (RD1212 only).
 - erase
 - Remove stored measurements (RD1212 only).
 
The values shown are only approximations. The actual value can only be measured with suitable professional device.
OUTPUT EXAMPLES¶
- tail last all
 - 
    
2022-01-01 19:13:17 0.14 µSv/h ±57% (0.06 ≤ 0.14 ≤ 0.22)
 - jsontail jsonlast jsonall
 - 
    
{"1641064637":{"pct":57.8571,"min":0.0590,"val":0.14,"max":0.221,"time":1641067277}[, ...]} 
| 01/01/22 | Linux |