Re: [TEST/REVIEW/HEADSUP] tty drivers mega-patch

From: Cyrille Lefevre (clefevre-lists_at_9online.fr)
Date: 07/15/04

  • Next message: Bruce Evans: "Re: [TEST/REVIEW/HEADSUP] tty drivers mega-patch"
    To: "John Baldwin" <jhb@freebsd.org>
    Date: Thu, 15 Jul 2004 12:22:51 +0200
    
    

    "John Baldwin" <jhb@freebsd.org> wrote:
    > On Wednesday 14 July 2004 06:46 pm, Cyrille Lefevre wrote:
    > > cua* are supposed to be the line to talk to a modem w/ modem control
    > > (CD, etc.) while tty* are not supposed to talk to a modem and doesn't
    > > have modem control.
    >
    > That's backwards. tty* will hang on open() until CD, while cua* will not. I
    > use cu with /dev/cua* a lot to do manual modem commands to dial into boxes.
    > However, /dev/tt* is used in /etc/ttys on the boxes I dial into to run a
    > getty on the receiving modem.

    thanks for the precision, forgot about that, but the idea was here :)
    as told before, I didn't use my modem since 3 years now...

    Cyrille Lefevre.

    -- 
    home: mailto:cyrille.lefevre@laposte.net
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Bruce Evans: "Re: [TEST/REVIEW/HEADSUP] tty drivers mega-patch"

    Relevant Pages

    • Re: [TEST/REVIEW/HEADSUP] tty drivers mega-patch
      ... > getty on the receiving modem. ... thanks for the precision, forgot about that, but the idea was here:) ...
      (freebsd-current)
    • Re: Looking for file transfer tool with XMODEM on Linux
      ... >> to initialize the modem and tell it to answer any calls after the first ... > I can establish a connection to the modem with the getty process attached ... then send a CRLF to ttyS0 and sleep for a while before resuming. ...
      (comp.os.linux.misc)
    • Re: Looking for file transfer tool with XMODEM on Linux
      ... >> I can establish a connection to the modem with the getty process ... when getty is waiting for it. ... The Bad News: It does not work: The \r\n is sent to the *remote* station (I ... A bash script consisting of ...
      (comp.os.linux.misc)
    • Re: Looking for file transfer tool with XMODEM on Linux
      ... Perhaps it could be sent directly to getty ?? ... > (the modem init string may be different, ... > with Floyd's script, it will work beautifully: ... > handshaking apparently fails after about 2/3 of time. ...
      (comp.os.linux.misc)
    • Re: how to set up dial-in server?
      ... The OpenBSD people prefers the userland ppp daemon to the pppd ... But both exemple use OpenBSD's getty which isn't modem aware. ... a hard-wired terminal by using its default stored profile. ...
      (comp.unix.bsd.openbsd.misc)