fsphil / hacktv

Analogue TV transmitter for the HackRF
GNU General Public License v3.0
671 stars 80 forks source link

No frequency above 4 294 967 295 hz #55

Closed neo7530 closed 4 years ago

neo7530 commented 4 years ago

I have an issue on some machines that I can't get above 4 294 967 295 hz transmitting frequency. That's 0XFFFFFFFF => 32bit. On my Linux machine it works well above that frequency. e.g. 5.837Ghz... There must be some overflow in conversion.

fsphil commented 4 years ago

gcc version, 32/64-bit, OS version?

neo7530 commented 4 years ago

gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 64bit os

fsphil commented 4 years ago

I've pushed a small tweak to the frequency parsing, can you try it now?

neo7530 commented 4 years ago

Now it works perfect :)