Linux Mint, QRP, & C / C++ Compilers
-
Greetings:
On the bench I'm studying PLL techniques using a sample & hold detector +
VHF circuitry. Currently, I've got nothing to post RF-wise. Another...
4 hours ago
Hi,
ReplyDeleteTry this: stty crtscts < /dev/ttyS0
Assuming your running it on ttyS0 (COM1 under dos and wind...).
Depending on which distro you are using it might be necessary for your user to be in a certain group to get the rights to write to a serial port. In Gentoo it's the uucp group. I'd check the /etc/group file to see if there is a group called uucp or something which sounds like uucp or serial. If so then make sure your user is in it.
ReplyDeleteThat being said I'm glad you chose RTS over DTR. I discovered when building a soundcard interface for fldigi and soundmodem that soundmodem uses DTR for something else. It sends DTR high any time it is decoding a packet. The result is that when I had my relay hooked to both RTS and DTR I was automatically transmitting any time anybody else in my area did!
I don't think you would use soundmodem with your wspr radio but it is nice to standardize. Maybe you will want to build something else for use with soundmodem later...