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

Re: Problems Transferring Disks With ADT



Knut Roll-Lund wrote:
BLuRry wrote:

Can anyone point me in the direction of how to work with a SSC at
115,200 baud at the software level?  Can you still use a standard
interrupt-driven routine or do you have to roll your own solution to
poll the device for data?

The source is provided with ADT. I would guess that for it to be interrupt driven the interrupt driver just have to be fast enough to handle each received byte (86.8�s if "8N1"). ADT is polling.

look at adt.asm in the ADTssc directory in the zip, look for PUTC and GETC.

BTW, polling is always faster than interrupts if all that is going on
is a data transfer.  When moving data at speeds so close to the limit
of what a machine can do, things should be kept as simple as possible.

-michael

Music synthesis for 8-bit Apple II's!
Home page:  http://members.aol.com/MJMahon/

"The wastebasket is our most important design
tool--and it is seriously underused."