Changes between Version 6 and Version 7 of igclient

Show
Ignore:
Timestamp:
01/04/09 10:40:35 (20 months ago)
Author:
jdunn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • igclient

    v6 v7  
    77{{{ 
    88Usage: igclient [OPTION...] 
    9   -d, --device=number             Specify the device to connect with (by index 
    10                                   or id). 
    11   --interactive                   Use the client interactively. 
    12   -l, --log-file=filename         Specify a log file (defaults to "-"). 
    13   -q, --quiet                     Reduce the verbosity. 
    14   -v, --verbose                   Increase the verbosity. 
    15   --get-version                   Return the version of the device firmware. 
    16   --get-features                  Return the features associated w/ this 
    17                                   device. 
    18   --send=filename                 Send the pulses and spaces from a file. 
    19   --receiver-on                   Enable the receiver on the usb device. 
    20   --receiver-off                  Disable the receiver on the usb device. 
    21   --get-pins                      Get the pin values. 
    22   --set-pins=values               Set the pin values. 
    23   --get-buffer-size               Find out the size of the RAM buffer used for 
    24                                   sends and receives. 
    25   --write-block=filename          Write the block specified in the file. 
    26   --execute                       Execute code starting at address 0x1fc0 on 
    27                                   the device. 
    28   --lcd-text=string               Send a bulk transfer of pin settings to 
    29                                   write the argument to an LCD. 
    30   --reset                         Reset the USB device. 
    31   --get-channels                  Check which channels are used during 
    32                                   transmits. 
    33   --set-channels=channels         Set which channels are used during transmits. 
    34   --get-carrier                   Check the carrier frequency for transmits. 
    35   --set-carrier=carrier (kHz)     Set the carrier frequency for transmits. 
    36   --get-pin-config                Retrieve the internal pin state. 
    37   --set-pin-config                Store the internal pin state. 
    38   --get-output-pins               Check which pins are set to be outputs. 
    39   --set-output-pins=pins          Set which pins should be outputs. 
    40   --get-pullup-pins               Check which pins are set to be pullups. 
    41   --set-pullup-pins=pins          Set which pins should be pullups. 
    42   --get-open-drain-pins           Check which pins are set to be open drains. 
    43   --set-open-drain-pins=pins      Set which pins should be open drains. 
    44   --get-high-sink-pins            Check which pins are set to be high sinks. 
    45   --set-high-sink-pins=pins       Set which pins should be high sinks. 
    46   --get-threshold-pins            Check which pins are set to be thresholds. 
    47   --set-threshold-pins=pins       Set which pins should be thresholds. 
    48   --sleep=seconds                 Sleep for X seconds. 
    49   --get-id                        Fetch the unique id from the USB device. 
    50   --set-id=STRING                 Set the unique id from the USB device. 
     9  -d, --device=number            Specify the device to connect with (by index 
     10                                 or id). 
     11  --interactive                  Use the client interactively. 
     12  -l, --log-file=filename        Specify a log file (defaults to "-"). 
     13  -q, --quiet                    Reduce the verbosity. 
     14  -v, --verbose                  Increase the verbosity. 
     15  --get-version                  Return the version of the device firmware. 
     16  --get-features                 Return the features associated w/ this device. 
     17  --send=filename                Send the pulses and spaces from a file. 
     18  --receiver-on                  Enable the receiver on the usb device. 
     19  --receiver-off                 Disable the receiver on the usb device. 
     20  --get-pins                     Get the pin values. 
     21  --set-pins=values              Set the pin values. 
     22  --get-buffer-size              Find out the size of the RAM buffer used for 
     23                                 sends and receives. 
     24  --write-block=filename         Write the block specified in the file. 
     25  --execute                      Execute code starting at address 0x1fc0 on 
     26                                 the device. 
     27  --lcd-text=string              Send a bulk transfer of pin settings to write 
     28                                 the argument to an LCD. 
     29  --reset                        Reset the USB device. 
     30  --get-channels                 Check which channels are used during 
     31                                 transmits. 
     32  --set-channels=channels        Set which channels are used during transmits. 
     33  --get-carrier                  Check the carrier frequency for transmits. 
     34  --set-carrier=carrier (Hz)     Set the carrier frequency for transmits. 
     35  --get-pin-config               Retrieve the internal pin state. 
     36  --set-pin-config               Store the internal pin state. 
     37  --get-output-pins              Check which pins are set to be outputs. 
     38  --set-output-pins=pins         Set which pins should be outputs. 
     39  --get-pullup-pins              Check which pins are set to be pullups. 
     40  --set-pullup-pins=pins         Set which pins should be pullups. 
     41  --get-open-drain-pins          Check which pins are set to be open drains. 
     42  --set-open-drain-pins=pins     Set which pins should be open drains. 
     43  --get-high-sink-pins           Check which pins are set to be high sinks. 
     44  --set-high-sink-pins=pins      Set which pins should be high sinks. 
     45  --get-threshold-pins           Check which pins are set to be thresholds. 
     46  --set-threshold-pins=pins      Set which pins should be thresholds. 
     47  --sleep=seconds                Sleep for X seconds. 
     48  --get-id                       Fetch the unique id from the USB device. 
     49  --set-id=STRING                Set the unique id from the USB device. 
    5150 
    5251Help options: 
    53   -?, --help                      Show this help message 
    54   --usage                         Display brief usage message 
     52  -?, --help                     Show this help message 
     53  --usage                        Display brief usage message 
    5554}}}