Andrea Barbaresi wrote: > Finally, my question to all you with more C experience than me is : how > can I set/unset RTS serial signal in order to start/stop transciver > trasmission ? A more portable version would be: fd = open("/dev/ttyS0", O_RDWR); /* or any other path to a serial port driver */ ioctl(fd, TIOCMBIS, TIOCM_RTS); ioctl(fd, TIOCMBIC, TIOCM_RTS); Tom
- kissattach : cannot open axports file malsacrejm
- Re: kissattach : cannot open axports file Stefan Rydberg
- Re: kissattach : cannot open axports fi... malsacrejm
- Re: kissattach : cannot open axport... Ted Gervais
- Re: kissattach : cannot open axports file Bob Meyer
- Re: kissattach : cannot open axports fi... Kai Altenfelder
- C source for PTT signal via serial port Andrea Barbaresi
- Re: kissattach : cannot open axport... Thomas Sailer
- Re: kissattach : cannot open axports file Jose Angel Amador Fundora
- Re: kissattach : cannot open axports fi... Tomi Manninen OH2BNS
- Re: kissattach : cannot open axports file Jose Angel Amador Fundora