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.