F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
3.93k stars 515 forks source link

POCSAG message sent 4 times and text is an alphanumeric string #326

Open INDIGI-CO-UK opened 2 months ago

INDIGI-CO-UK commented 2 months ago

Hi,

I am getting 4 messages instead of one. I've tried to change the value to 1 in

https://github.com/F5OEO/rpitx/blob/master/src/pocsag/pocsag.cpp#L574 sets int REPEAT_COUNT = 4;

but no results - still getting 4 messages...

The second problem is that instead of the text I am getting some alphanumeric string. For example: Text sent: 12345 Message received: 139- 86530

What is the reason for this?