Skip to content

Commit

Permalink
add command doc for file sources
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrfrancis committed Jul 17, 2020
1 parent 1eeaf95 commit af5ee70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ _NOTE_: It is necessary to enable the Serial port on the Pi and for the serial p
```
pentair-control.py -p /dev/ttyS0 -t 60
```
or
```
pentair-control.py -c True -t 0.1 -i dump.raw
````
The serial port is read by `PentairSerial.py` and splits the read buffer into 'events' or 'records' using a configurable record separator.
Expand Down

0 comments on commit af5ee70

Please sign in to comment.