Converting IR Modulated Signal Data
Posted: Tue Feb 13, 2007 8:16 am
Using RedRat, Ira.. or other IR reader device, I can capture the modulated signal data. Is there a referece somewhere on how that data is converted into JP1 codes?
Here is sample data on the capture of a key press.
Thanks.
Here is sample data on the capture of a key press.
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
- <IRPacket xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RedRat3ModulatedSignal">
<UID>lGWguoMqLUGdluVwMPo0WQ==</UID>
<ModulationFreq>38095</ModulationFreq>
- <Lengths>
<double>8.908</double>
<double>4.492</double>
<double>0.49</double>
<double>2.2495000000000003</double>
</Lengths>
<SigData>AAECAQIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAQIBAgECAQJ/AAMCfw==</SigData>
<NoRepeats>5</NoRepeats>
<IntraSigPause>30.912499999999998</IntraSigPause>
<ToggleData />
</IRPacket>