Userland access to modem control lines?

Daniel O'Connor doconnor at gsoft.com.au
Wed Nov 17 09:10:11 GMT 2004


On Wed, 17 Nov 2004 18:03, Marcel Moolenaar wrote:
> On Nov 16, 2004, at 10:48 PM, Daniel O'Connor wrote:
> > Hi,
> > Does anyone know of a way to manipulate the modem control lines from
> > userland?
>
> See <sys/ttycom.h>, in particular the following ioctls:

Unk thanks.
Dunce cap on :)

> #define TIOCMSET        _IOW('t', 109, int)     /* set all modem bits */
> #define TIOCMBIS        _IOW('t', 108, int)     /* bis modem bits */
> #define TIOCMBIC        _IOW('t', 107, int)     /* bic modem bits */
> #define TIOCMGET        _IOR('t', 106, int)     /* get all modem bits */
> #define         TIOCM_LE        0001            /* line enable */
> #define         TIOCM_DTR       0002            /* data terminal ready
> */
> #define         TIOCM_RTS       0004            /* request to send */
> #define         TIOCM_ST        0010            /* secondary transmit */
> #define         TIOCM_SR        0020            /* secondary receive */
> #define         TIOCM_CTS       0040            /* clear to send */
> #define         TIOCM_DCD       0100            /* data carrier detect
> */
> #define         TIOCM_RI        0200            /* ring indicate */
> #define         TIOCM_DSR       0400            /* data set ready */
> #define         TIOCM_CD        TIOCM_DCD
> #define         TIOCM_CAR       TIOCM_DCD
> #define         TIOCM_RNG       TIOCM_RI

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20041117/f5bd3157/attachment.bin


More information about the freebsd-hackers mailing list