unsynchronized / gr-mixalot

POCSAG, FLEX, and GSC encoder blocks for GNU Radio
GNU General Public License v3.0
132 stars 39 forks source link

Transmission being 'cut short' #38

Open esm88 opened 3 years ago

esm88 commented 3 years ago

I have been testing gr-mixalot on Debian and found that transmissions are being cut short. This isn't noticeable with POCSAG512, but with POCSAG1200 only part of the message actually gets through because the transmitter is switched off before all the text is sent. I have verified this with multimon-ng. I have listened to the audio on a receiver and with POCSAG2400 it doesn't even transmit the message portion, only the initial 'pilot tone' can be heard and the transmitter is switched off before the actual data stream is sent.

unsynchronized commented 3 years ago

Hmm, interesting.

Sorry for the delay in getting back to you. I just finally pushed a bunch of changes; would you mind trying again? (preferably with the PDU-driven transmitter).

Is this for all messages? Just ones of a certain length? Just ones that contain certain characters? (Trying to get a clue as to where I messed up..)

Tauebenuss commented 3 years ago

In the GNURadio- Properties use the Option "Prompt for Exit". This should fix it.