* External clocking a serial port?
@ 2000-04-09 17:45 DeRobertis
2000-04-11 0:51 ` Giuliano Pochini
0 siblings, 1 reply; 2+ messages in thread
From: DeRobertis @ 2000-04-09 17:45 UTC (permalink / raw)
To: linuxppc-dev
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!
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?
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: External clocking a serial port?
2000-04-09 17:45 External clocking a serial port? DeRobertis
@ 2000-04-11 0:51 ` Giuliano Pochini
0 siblings, 0 replies; 2+ messages in thread
From: Giuliano Pochini @ 2000-04-11 0:51 UTC (permalink / raw)
To: DeRobertis; +Cc: linuxppc-dev
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-04-11 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-09 17:45 External clocking a serial port? DeRobertis
2000-04-11 0:51 ` Giuliano Pochini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).