2025-11-27, 11:45 PM
(This post was last modified: 2025-11-28, 01:31 AM by mvallevand.)
Logs are always best, but you are putting the telus.dat argument in as part of the program name and not in the argument box. After doing that and then restarting it should likely work.
here is how your workng device looks
vs one of your non-working devices before (no path so it wouldn't work) plus the dat file in the program name
Martin
here is how your workng device looks
Code:
<tuning>
<type>HDPVR</type>
<locator>
<channel>145</channel>
<input>0</input>
<audio_input>2</audio_input>
<blaster_executable>C:\USBUIRT\USBUIRTSend.exe</blaster_executable>
<blaster_args>c:\USBUIRT\telus1.dat {channel}</blaster_args>
</locator>
</tuning>vs one of your non-working devices before (no path so it wouldn't work) plus the dat file in the program name
Code:
<tuning>
<type>HDPVR</type>
<locator>
<channel>137</channel>
<input>0</input>
<audio_input>2</audio_input>
<blaster_executable>USBUIRTSend.exe telus2.dat</blaster_executable>
<blaster_args></blaster_args>
</locator>
</tuning>Martin