Software
RedRat Command Line Utility

This is a very simple application for command line input and output of IR signals via the RedRat. It is written in C#, so requires the .NET framework to be installed.

The source code is also available in the samples .NET solution - please see the SDK information. The installer can be downloaded here.


  Usage: RR_CLI <RedRat3 name> <action> <params>

  Actions are:
     -blink                      Blinks the red LED.
     -capture <filename> [-xml]  Captures signal and stores in file.
     -output  <filename> [-xml]  Outputs the signal stored in file.

  Params have the following meaning:
     -xml                        Stores the data in XML format.

Notes:
  • RedRat3s are named as RedRat3-0, RedRat3-1 etc. (or the friendly location name from V1.6 onwards).
  • The program is faster when binary storage is used due to the time taken to load the XML .NET assemblies.
  • Signal XML files can also be exported from the Signal database utility for use with RR_CLI.