1SRMCMD(1) Version 0.1.1~git1 SRMCMD(1)
2
3
4
6 srmsync - download for SRM PowerControl
7
8
10 srmsync [options] path
11
12
14 srmsync implements the serial protocols for SRM's PowerControl V, VI
15 and 7. It allows you to download data from the PC attached to the
16 serial device at path.
17
18 Data is stored in a srmwin compatible file store. If possible only data
19 not known to the srmwin file store is downloaded.
20
21
23 Options available for the srmsync command:
24
25 -a, --all
26 Try to download data "deleted" on the PCV. (PCVI and PC7 don't
27 seem to support getting "deleted" data).
28
29 -b, --baud=rate
30 Use specified baudrate, only. By default all supported baudrates
31 are probed. PCV factory setting is 9600 baud. PCVI and PV7
32 always use 38400.
33
34 -d, --dup
35 download/save data known to srmwin store, as well.
36
37 -f, --ftdi
38 use ftdi serial driver and open device by the given description.
39
40 -h, --help
41 A brief message.
42
43 -p, --pc=type
44 Type of PowerControl protocol to use. Supported are PowerControl
45 5, 6, and 7. Default is "5".
46
47 -s, --split=seconds
48 Split data on gaps of specified minimum length. Time is given as
49 10*seconds (see --recint for srmcmd).
50
51 -S, --store=dir
52 Path for your srmwin file store. That's where the _name.SRM
53 folders are in.
54
55 -v, --verbose
56 Enable verbose status messages.
57
58 -V, --version
59 show srmsync version number and exit.
60
61 -w, --write=destination
62 Write data retrieved from to specified wkt file before splitā
63 ting.
64
65
67 srmsync -S ~/srmwin /dev/ttyUSB0 # linux
68 srmsync -S ~/srmwin -p 7 /dev/ttyUSB0 # linux, PowerControl 7
69
70
72 This is just a very simplistic frontend for the lib. Please check the
73 source distribution for details.
74
75
77 Yes. For sure. Just keep in mind, that protocol and file formats are
78 reverse engineered...
79
80
82 Rainer Clasen
83
84
85
86SRM access tool 9 Mar 2011 SRMCMD(1)