GenerateRCx
===========
Generates/converts into the different Pronto formats:

Formats            Example
-----------------:-------------------------
Short form 1     : RC5 0 0
Short form 2     : 5000 0000 0001 0000 0000
Bit stream       : 11000000000000
Encode bit stream: 0101101010101010101010101010
Learned data     : 0000 0073 0000 000D ....

The internal conversion which takes place is:
  Short form 1 or
  Short form 2     -> Bit stream -> Encoded bit stream -> Learned data

Note: input formats are either short form 1 or 2. The others are the output formats.



Please read the manual 'GenerateRCx.pdf'.

TestGenerateRCx.bat is a batch file with some examples and generates RESULT.RCX.

Instead of using 'GenerateRCx' with command line parameters you can also use the clipboard
(see manual)!
