* implement modem control for the 860 SMC
@ 2001-11-16 5:41 THEDREAM
2001-11-16 5:57 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: THEDREAM @ 2001-11-16 5:41 UTC (permalink / raw)
To: linuxppc-embedded
Hi, everybody ~~!!!
I want to implement modem control using 860 SMC. (NOT SCC)
I have the board that have MPC 860, SMC Port and so on.
I am a beginner about Hardware. (I just know BR, OR, IMMR an so on ^^;;;)
I have studied and ported Linux Kernel for 4~5 months.
Could you easily teach me how I can do it ?
I am prepare for try anything (I have the MPC User's Manual, Linux Kernel Source
(2.2.14 & 2.4.4) and the board that is ported Linux Kernel into.)
Any help would be appreciated.
Thanks ~~~
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: implement modem control for the 860 SMC
2001-11-16 5:41 implement modem control for the 860 SMC THEDREAM
@ 2001-11-16 5:57 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2001-11-16 5:57 UTC (permalink / raw)
To: THEDREAM; +Cc: linuxppc-embedded
THEDREAM@chollian.net wrote:
> Hi, everybody ~~!!!
>
> I want to implement modem control using 860 SMC. (NOT SCC)
What kind of modem control? If you want to do flow control based
upon the hardware signals, I wouldn't even attempt it. It would
have to be implemented in software, you would have to respond to
interrupts generated by signal changes, and you couldn't use any
of the CPM buffering capability. I don't think you could respond
fast enough to the RTS/CTS changes.
If all you want are things like carrier and DTR sensing, just connect
some GPIO pins and have a good time :-).
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-11-16 5:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-16 5:41 implement modem control for the 860 SMC THEDREAM
2001-11-16 5:57 ` Dan Malek
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).