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 ?
WDC 65C51 disable echo mode
- GARTHWILSON
- Posts: 8777
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: WDC 65C51 disable echo mode
I think it should say,
I've never turned on or used echo mode.
- 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?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Re: WDC 65C51 disable echo mode
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/
Re: WDC 65C51 disable echo mode
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.