I need some info about how it generates interrupts, but can't find information
about it on the web.
Asbjørn
The Z80 DART (dual asynchronous receiver transmitter) is the same as the
Z80 SIO chip without the synchronous options (SDLC, HDLC, etc). If you
program it the same as the SIO but make sure asychronous mode (ie using
start bit, data bits, parity if needed and stop bit/s and not the SYNC
flag) is used, the device will work fine.
bob
> The Z80 DART (dual asynchronous receiver transmitter) is the same as the
> Z80 SIO chip without the synchronous options (SDLC, HDLC, etc). If you
> program it the same as the SIO but make sure asychronous mode (ie using
> start bit, data bits, parity if needed and stop bit/s and not the SYNC
> flag) is used, the device will work fine.
> bob
Thank you. But I am unable to find information about the SIO too. Are there
programming info about the chip on the web?
Asbjørn
Dick
On Tue, 24 Oct 2000 20:59:59 +1000, Bob Fulton <bfu...@acepia.net.au>
wrote:
>Hi,
>
>The Z80 DART (dual asynchronous receiver transmitter) is the same as the
>Z80 SIO chip without the synchronous options (SDLC, HDLC, etc). If you
>program it the same as the SIO but make sure asychronous mode (ie using
>start bit, data bits, parity if needed and stop bit/s and not the SYNC
>flag) is used, the device will work fine.
>
>bob
>
(hard copy only).
Regards;
Brian Bergantz
E-Mail: bria...@pacbell.net
Asbjoern Djupdal wrote:
> Does anybody here know anything about the Z80 DART (serial IO) chip?
>
> I need some info about how it generates interrupts, but can't find information
> about it on the web.
>
> Asbjørn
--
-----------------------------------------------------
Click here for Free Video!!
http://www.gohip.com/free_video/
Bob Fulton
Asbjoern Djupdal wrote:
>
> Bob Fulton <bfu...@acepia.net.au> wrote:
> > Hi,
>
> > The Z80 DART (dual asynchronous receiver transmitter) is the same as the
> > Z80 SIO chip without the synchronous options (SDLC, HDLC, etc). If you
> > program it the same as the SIO but make sure asychronous mode (ie using
> > start bit, data bits, parity if needed and stop bit/s and not the SYNC
> > flag) is used, the device will work fine.
>
> > bob
>
Bob
Richard Erlacher wrote:
>
> The DART has the same bonding options as the SIO/0, so be careful
> which sort of device you use as your model. The -1 and -2 have
> different bonding options, though all three (4) versions can be
> programmed the same, with varying results. If you use a DART, it
> won't have the synchronous clock circuit working, but most everything
> else is intact. Look at the data sheets available at www.zilog.com
> for details about the bonding options. (I hope they're still there!)
>
> Dick
>
> On Tue, 24 Oct 2000 20:59:59 +1000, Bob Fulton <bfu...@acepia.net.au>
> wrote:
>
> >Hi,
> >
> >The Z80 DART (dual asynchronous receiver transmitter) is the same as the
> >Z80 SIO chip without the synchronous options (SDLC, HDLC, etc). If you
> >program it the same as the SIO but make sure asychronous mode (ie using
> >start bit, data bits, parity if needed and stop bit/s and not the SYNC
> >flag) is used, the device will work fine.
> >
> >bob
> >