PiCW
PiCW copied to clipboard
Raspberry Pi CW Transmitter
Hello, just installed on Raspberry Pi 3 Model B Plus Rev 1.3, with os: Linux raspberrypi 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux (lite version,...
This builds upon pull request #6 from @jcp-sd and fixes compile errors when running Debian "buster". It compiles, but I haven't actually tried transmitting.
Hello, how to add txt file source or input from other program to PiCW? Best Regard Kriss
Attempting to build under Raspbian buster (armhf) image from 2020-05-27 results in these errors: pi@raspberrypi:~/hamradio/PiCW $ make g++ -c -Wall -lm mailbox.c mailbox.c: In function ‘int mbox_open()’: **mailbox.c:256:52: error: ‘makedev’...
The important changes are to mbox_open() and open_mbox(). The remaining changes are not required but should greatly improve error handling should similar issues appear in the future.