1SRMCMD(1)                     Version 0.1.1~git1                     SRMCMD(1)
2
3
4

NAME

6       srmdump - download your SRM PowerControl data
7
8

SYNOPSIS

10       srmdump [options] path
11
12

DESCRIPTION

14       srmdump  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.  This is mostly an example application showing
17       the API use of srmio.
18
19

OPTIONS

21       Options available for the srmdump command:
22
23       -a, --all
24              Try to download data "deleted" on the PCV.  (PCVI and PC7  don't
25              seem to support getting "deleted" data).
26
27       -b, --baud=rate
28              Use specified baudrate, only. By default all supported baudrates
29              are probed. PCV factory setting  is  9600  baud.  PCVI  and  PV7
30              always use 38400.
31
32       -f, --ftdi
33              use ftdi serial driver and open device by the given description.
34
35       -h, --help
36              A brief message.
37
38       -p, --pc=type
39              Type of PowerControl protocol to use. Supported are PowerControl
40              5, 6, and 7.  Default is "5".
41
42       -V, --version
43              show srmdump version number and exit.
44
45

EXAMPLES

47        srmdump /dev/ttyUSB0         # linux
48        srmdump -p 7 /dev/ttyUSB0    # linux, PowerControl 7
49        srmdump /dev/ttyS1      # cygwin, com1
50        srmdump /dev/cu.usbserial*   # Mac OS X, prolific driver (good luck)
51        srmdump /dev/cu.PL2303-*     # Mac OS X with http://osx-pl2303.source
52       forge.net/
53        srmdump -p 7 -f "POWERCONTROL 7" # ftdi, PowerControl 7
54
55

SEE ALSO

57       This  is  just a very simplistic frontend for the lib. Please check the
58       source distribution for details.
59
60

BUGS

62       Yes. For sure. Just keep in mind, that protocol and  file  formats  are
63       reverse engineered...
64
65

AUTHORS

67       Rainer Clasen
68
69
70
71SRM access tool                   9 Mar 2011                         SRMCMD(1)
Impressum