rwth-afu / UniPager

Universal POCSAG transmitter controller written in Rust.
GNU General Public License v3.0
85 stars 25 forks source link

512 Baud possible ? #92

Open dh3wr opened 6 years ago

dh3wr commented 6 years ago

Received Email:

Is there a way to get unipager to transmit 512  baud?
Thanks
robo-w commented 3 years ago

@dh3wr : The current version of UniPager shows a selection for 512, 1200 and 2400 baud. On a Raspberry Pi with "Audio" output selected the generated output signal is always the same for all baud rates (verified on oscilloscope). Is there a limitation to specific devices for the baud rate selection?

robo-w commented 3 years ago

Code analysis showed, that 1200 baud is hardcoded while generating the message. The linked pull request introduces a variable baudrate at least for the transmitter of type "Audio".