11
Silence Detector / Re: send email, smtp pwd ini file encoding
« Last post by frs.steve on August 25, 2025, 01:48:55 am »thank you!
Thank you for using this forum as the technical support base for your device.
● You can format the text and attach screenshots, photos and RDS Spy records
● Faster reply: 50 % of questions are answered within 30 minutes
● You don't need to register (but registration is possible)
● The members represent a wide range of experts
● The resolution will be helpful to other users
● You'll be notified by email about new post
function PwdDecode(heslo: string): string;
var i,j,m,l: integer;
w: string;
begin
w:='';
for i:=1 to (length(heslo) div 2) do
begin
m:=Ord(heslo[i*2-1]);
l:=Ord(heslo[i*2]);
j:=(m-(i mod 3)-ord('c'))*16+(l-(i mod 3)-ord('f'));
w:=w+Chr(j);
end;
result:=w;
end;
I want to get calls from Silence Detector. I have googled and found some third party sites which could generate a phone call when a dead-air alert email is received.
Do you have any better ideas or experience with this kind of setup?
Edited 8/9 by chicken jockey clicker
send connection:"*" command:"IH=000000002002" command:"IH=000000002002" command:"IH=000000002002"
send connection:"*" command:"IH=000000002002" delay:0
send connection:"*" command:"IH=000000002002" delay:1
send connection:"*" command:"IH=000000002002" delay:2
Hi,Hi Steven,
We are using RDS Magic in Generic UECP mode. When we switched to summer time we had to manually adjust the Local Time Offset to +2.0 hours in the Device Setup menu and hit the Test button to update the offset in our RDS encoder. Maybe I overlooked something, but is there a setting to do this automatically?
Best regards,
Steven