All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giuliano Pochini <pochini@denise.shiny.it>
To: DeRobertis <derobert@erols.com>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: External clocking a serial port?
Date: Mon, 10 Apr 2000 20:51:41 -0400	[thread overview]
Message-ID: <38F2771D.11CE9CE@denise.shiny.it> (raw)
In-Reply-To: l03130303b51671946984@[216.164.128.178]


DeRobertis wrote:
>
> To run a Mac serial port at 1.8Mbps like the Epson Stylus Color 740's
> docs say it can, you need external clocking.
>
> I'm guessing the Stylus Color 740 is sending out the proper clock to do
> so -- and no doubt that would take out Linux using the crtscts option !

Hmm, It's possible...

> The clock input and remote side ready just happen to occupy the same
> pin. That would explain it flapping the ready so many times per second.
>
> How do I turn on external clocking under linux?

You have to hack the driver:

[macserial.h]

#define EXTSYNC         0x30    /* External Sync Mode */

and

/* Write Register 11 (Clock Mode control) */


Bye.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2000-04-11  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-09 17:45 External clocking a serial port? DeRobertis
2000-04-11  0:51 ` Giuliano Pochini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38F2771D.11CE9CE@denise.shiny.it \
    --to=pochini@denise.shiny.it \
    --cc=derobert@erols.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.