[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for Serial Card programming information (not SSC)
aiiadict@hotmail.com (Rich J.) wrote in message news:<370265cd.0402271301.6241155e@posting.google.com>...
> Hello,
>
> Trying to configure the Serial port of Oasis Apple II emulator.
I emailed the author of OASIS emulator and I got the following information:
""
From�:� Teodor Angeloff <apl24win@yahoo.com>
Sent�:� Sunday,�February�29,�2004�9:38�AM
To�:� "Richard" <aiiadict@hotmail.com>
Subject�:� Re: Apple II Oasis Support
| | | Inbox
Hi,
Apple II Oasis Comm card settings cannot be changed
by POKE commands - the emulator uses Windows'
parameters defined in Control Panel.
To send info via comm port use hex address $C080,Y
(i.e. C090 for comm card in slot 1, C0A0 - slot1, C0B0 -
slot 2...).
The decimal equivalent for slot 1: POKE 49296,N
The input port is $C088,Y. Address $C085,Y is the input
status register - bit 0 is 1 when there is available
incoming data.
(Y register contains the slot # multiplied by 16 -
$10 for slot 1, $20 for slot 2...)
""