Pira.cz Technical Forum

Radio Data System (RDS) => P132, P164, P232(U) and P332 RDS Encoders => Topic started by: nuno on October 06, 2017, 04:53:39 pm

Title: ReadWeb
Post by: nuno on October 06, 2017, 04:53:39 pm
Hi,

What is the minimum cycle of read file in READWEB task of standalone mode of 332 encoder via web?
Im having some issues here. If i setup a 20 or 30 seconds period encoder go back to 120 secs? Is it normal?

Thanks
Title: Re: ReadWeb
Post by: Jan on October 06, 2017, 08:34:34 pm
Quote
The time of reading event is rounded towards nearest half of minute of the real-time clock. (p132com.pdf)

Thus the minimum period is 30 seconds. Inserting lower value yields in 30 seconds period.

To avoid return to previous value after next power-up, don't forget to store the parameter into non-volatile memory by command *READWEB

Code: [Select]
READWEB=30
*READWEB
Title: Re: ReadWeb
Post by: nuno on September 15, 2018, 12:17:19 pm
Ok Jan!

Sorry for the late reply. I need another help. I cant read a text from web from a https url. I need to. Is possible?
Thanks
Title: Re: ReadWeb
Post by: Jan on September 16, 2018, 08:55:26 am
The https is internally supported by the network stack but that feature is currently not available to the user. You cannot enter https into the READWEB url. We're working on a solution how to make it available for the READWEB command. You may use the Magic RDS facilities instead.