Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Unregistered users must pass a verification:



Please enter the number from the picture above which is showing FM broadcast antenna:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jan
« on: October 13, 2023, 11:09:35 pm »

The connection command cannot be used in the Task scheduler.
Posted by: bradley217
« on: October 13, 2023, 10:58:25 pm »

I'm using the task scheduler to create a connection, send some commands, then close the connection. Here's commands in the task:

connection action:add name:"Brad's RDS Encoder" model:Readbest type:2 nethost:172.20.9.23 netport:1000
send connection:"Brad's RDS Encoder" command:"DPSEN=0" command:"DPSMOD=2" command:"DPS=Hello World" command:"TEXT=Listen to the Greg Hill show in the year 2025!"
connection action:delete name:"Brad's RDS Encoder"

When the task executes, I don't see any packets come out from the Magic RDS 4 program. I'm using Wireshark to "sniff" the network interface on the PC on which I'm running Magic RDS 4. The "Recent Events" window does indicate that it's executing the commands. If I do each command individually, they work.