[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hi-speed serial interfacing from A2



On 07/17/2010 07:10 PM, David Schmidt wrote:
On Jul 17, 11:57 am, Steven Hirsch<snhir...@gmail.com>  wrote:
What is the overall picture in terms of max serial rate for the various
machines - slot-based card, //c, IIGS?

As others have already said... 115kbps.  There have been discussions
from time to time, for sure.  I'm not sure there's any one particular
one I'd point you to.  John Matthews has a nice discussion of
programming the SSC here:
http://home.roadrunner.com/~jbmatthews/ssc.html
But I'm sure interrupts is not at all the way you want to go.  There's
not time to deal with them.

In the case of DriveWire, interrupts are definitely not the way to go. Unlike network communication, we would know exactly what to expect for incoming data and must wait for the entire block. No penalty for doing this polled.

I can point you to example code for the SSC and SCC, if you need that.

At some point I may take you up on that. Right now I'm just in the "thinking about it" stage.