MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues.
2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)
Deluxe RS-232 Program Pak
Copy of Sock Master's
The heart of the Deluxe RS-232 Pak is the Synertek 6551 ACIA. It has an on-chip baud rate generator, programmable interrupts and status register for ease of operation, false start bit detection, and echo mode
This ACIA board is memory mapped to addresses $FF68 (65384) to $FF6B (65387).
The 6551 uses 4 memory addresses for the following functions:
Address | Write | Read |
---|---|---|
FF68 | Transmit data Register | Received data Register |
FF69 | Soft Reset | Status Register |
FF6A | Command Register | |
FF6B | Control Register |