WDC 65C51 disable echo mode

For discussing the 65xx hardware itself or electronics projects.
Post Reply
User avatar
jfoucher
Posts: 94
Joined: 27 Dec 2020
Location: France
Contact:

WDC 65C51 disable echo mode

Post by jfoucher »

The datasheet says this on page 14:

Receiver Echo Mode (Bit 4)
A 1 enables the Receiver Echo Mode and a 0 enables the Receiver Echo Mode.

Is it a typo or is it really impossible to disable echo mode on this chip ?
Jonathan Foucher

Take a look at the Planck 6502 computer.
User avatar
GARTHWILSON
Posts: 8777
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: WDC 65C51 disable echo mode

Post by GARTHWILSON »

I think it should say,

  • A 1 enables the Receiver Echo Mode and a 0 disables the Receiver Echo Mode. [...]


I've never turned on or used echo mode.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
fachat
Posts: 1130
Joined: 05 Jul 2005
Location: near Heidelberg, Germany
Contact:

Re: WDC 65C51 disable echo mode

Post by fachat »

In such cases it helps looking at the datasheets of the 'sister' chips like the R6551 etc.
Author of the GeckOS multitasking operating system, the usb65 stack, designer of the Micro-PET and many more 6502 content: http://6502.org/users/andre/
User avatar
jfoucher
Posts: 94
Joined: 27 Dec 2020
Location: France
Contact:

Re: WDC 65C51 disable echo mode

Post by jfoucher »

Thanks for the replies. I think my code does not enable echo mode but I still get an output of whatever I send. I will double check everything and try to find where the problem is.
Jonathan Foucher

Take a look at the Planck 6502 computer.
Post Reply