IRScope 2.0.2.1 experimental, adds Capture Wizard function
Posted: Wed Aug 10, 2011 11:10 am
Using IR scope to capture a lot of keys is quite tedious because you have to enter the notes manually one by one and do a lot of clicking on the UI.
I got the IR Scope source code and reached far back into my distant past, where I knew something about C++, to add this functionality.
To install this, get the IRScope 2.01 package here, unzip it to some handy location, then take the ZIP file and replace the IRScope.exe file. This new version is 2.0.2.1.
To choose which groups of keys you wish to capture, select from the checkboxes shown in the "Capture Wizard" group on the top panel.
The keys to be captured for each group are as follows:
Digits: { "Digit 1", "Digit 2", "Digit 3", "Digit 4", "Digit 5", "Digit 6", "Digit 7", "Digit 8", "Digit 9", "Digit 0" };
Cursor: { "Menu Up", "Menu Right", "Menu Down", "Menu Left", "OK/Select" };
DVR: { "Play", "Pause", "Record", "Stop", "Rewind", "Fast Forward", "Previous", "Next" };
PIP: { "PIP", "PIP Swap", "PIP Position", "PIP Ch+", "PIP Ch-" };
Colors: { "Red", "Green", "Yellow", "Blue" };
Menu: { "Menu", "Guide", "Power", "Info", "TV", "Radio", "Text", "Help" };
The Wizard mode will prompt you for each key in the list one by one and add the note automatically.
To initiate the Wizard mode, make sure at least one of the checkboxes is selected, then select “Capture Wizard” at the bottom of the “Advanced” menu.
Current known issues:
1) There is no way to skip one of the preassigned keys in the lists. If you wish to skip a key, just capture any key for that position then delete it later.
2) It doesn’t handle “No IR received” properly.
3) In the case where there is some problem with the capture, where the protocol analysis result shows up on more than one line, it should be recognized as an error, erased, and retried, but it doesn’t.
4) The “Redo” option doesn’t work properly.
Let me know if you find other issues. I'll try to figure out where to put the modified source code in the event someone wishes to try to solve the issues.
Thanks,
DL
I got the IR Scope source code and reached far back into my distant past, where I knew something about C++, to add this functionality.
To install this, get the IRScope 2.01 package here, unzip it to some handy location, then take the ZIP file and replace the IRScope.exe file. This new version is 2.0.2.1.
To choose which groups of keys you wish to capture, select from the checkboxes shown in the "Capture Wizard" group on the top panel.
The keys to be captured for each group are as follows:
Digits: { "Digit 1", "Digit 2", "Digit 3", "Digit 4", "Digit 5", "Digit 6", "Digit 7", "Digit 8", "Digit 9", "Digit 0" };
Cursor: { "Menu Up", "Menu Right", "Menu Down", "Menu Left", "OK/Select" };
DVR: { "Play", "Pause", "Record", "Stop", "Rewind", "Fast Forward", "Previous", "Next" };
PIP: { "PIP", "PIP Swap", "PIP Position", "PIP Ch+", "PIP Ch-" };
Colors: { "Red", "Green", "Yellow", "Blue" };
Menu: { "Menu", "Guide", "Power", "Info", "TV", "Radio", "Text", "Help" };
The Wizard mode will prompt you for each key in the list one by one and add the note automatically.
To initiate the Wizard mode, make sure at least one of the checkboxes is selected, then select “Capture Wizard” at the bottom of the “Advanced” menu.
Current known issues:
1) There is no way to skip one of the preassigned keys in the lists. If you wish to skip a key, just capture any key for that position then delete it later.
2) It doesn’t handle “No IR received” properly.
3) In the case where there is some problem with the capture, where the protocol analysis result shows up on more than one line, it should be recognized as an error, erased, and retried, but it doesn’t.
4) The “Redo” option doesn’t work properly.
Let me know if you find other issues. I'll try to figure out where to put the modified source code in the event someone wishes to try to solve the issues.
Thanks,
DL