[Coco] Coco t2 driver

edward jaquay ejjaquay at gmail.com
Tue Jan 25 19:09:17 EST 2022


On a real CoCo with RS232 Program Pak you would poke/peek $FF68 - $FF6B to
access the 6551 ACIA data, status, command, and control registers
respectively.  On Vcc there is no 6551 emulation so you can't do that yet.
I am looking into writing a dll for Vcc that allows it.  It plan to use a
tcp port for communications outside of Vcc.   But no promises as to how
soon it will happen. I am still learning how the ACIA is supposed to work.
Note that the drivewire program already provides similar functionality
using the becker dll.

On Tue, Jan 25, 2022 at 10:37 AM phil pt <ptaylor2446 at gmail.com> wrote:

> Ok. The question is if your writing a telnet server application running
> under windows using VB.Net how do you read and write to the rs232 pack
> memory address please?
>
> On Tue, Jan 25, 2022 at 5:08 AM edward jaquay <ejjaquay at gmail.com> wrote:
>
> > I have been testing this driver with vcc.   The driver reads the mos6551
> > data register (ff68) twice when I iniz /t2 then just waits.  I think it
> is
> > waiting for a cart signal before setting up the 6551 which means we
> > probably would want a modified driver to work with Vcc.  I might write
> > something simple to continue testing.
> >
> > On Mon, Jan 24, 2022, 23:05 phil pt <ptaylor2446 at gmail.com> wrote:
> >
> > > Question: Is the t2_sc6551.dd is that the original T2 Driver for OS(
> > Level
> > > 2? Has it been modified in any way that does not use the standard peek
> &
> > > poke address to receive and send data?
> > >
> > > The second question What DR file needs to be loaded?
> > >
> > > --
> > > Coco mailing list
> > > Coco at maltedmedia.com
> > > https://pairlist5.pair.net/mailman/listinfo/coco
> > >
> >
> > --
> > Coco mailing list
> > Coco at maltedmedia.com
> > https://pairlist5.pair.net/mailman/listinfo/coco
> >
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>


More information about the Coco mailing list