| Author |
Message |
Fred
Guest
|
Posted:
Wed Dec 15, 2004 5:02 pm Post subject:
Code for PS/2 mouse for DS80C400 |
|
|
Whilst I can still get serial mice I feel their days are numbered moreso
than PS/2 mice which presumable will also eventually become obsolete for USB
mice.
I have trawled for 8051 code for the PS/2 mouse and only found one instance
which is in assembler and not for the assembler bundled with the SDCC
compiler. There were some hints that there might be code on the Philips
website but I can't find it or it's gone.
Can anyone help here? |
|
| Back to top |
|
 |
Bill Knight
Guest
|
Posted:
Thu Dec 16, 2004 5:31 pm Post subject:
Re: Code for PS/2 mouse for DS80C400 |
|
|
Look for AN445 on the Philips web site.
http://www.semiconductors.philips.com/acrobat_download/applicationnotes/AN445.pdf
Regards
-Bill Knight
R O SoftWare
On Wed, 15 Dec 2004 12:02:27 -0000, "Fred" <Fred@nospam.com> wrote:
| Quote: | Whilst I can still get serial mice I feel their days are numbered moreso
than PS/2 mice which presumable will also eventually become obsolete for USB
mice.
I have trawled for 8051 code for the PS/2 mouse and only found one instance
which is in assembler and not for the assembler bundled with the SDCC
compiler. There were some hints that there might be code on the Philips
website but I can't find it or it's gone.
Can anyone help here?
|
|
|
| Back to top |
|
 |
Fred
Guest
|
Posted:
Thu Dec 16, 2004 10:05 pm Post subject:
Re: Code for PS/2 mouse for DS80C400 |
|
|
Many thanks for that article. PS/2 isn't mentioned anywhere whereas
"ACCESS.bus" is mentioned quite frequently. I've never heard of this
standard before and is it the same as PS/2?
"Bill Knight" <billk@rosw.com> wrote in message
news:uuv2s0l2r98o2vcmd40l0260htaqnettjs@4ax.com...
5.pdf
| Quote: |
Regards
-Bill Knight
R O SoftWare
On Wed, 15 Dec 2004 12:02:27 -0000, "Fred" <Fred@nospam.com> wrote:
Whilst I can still get serial mice I feel their days are numbered moreso
than PS/2 mice which presumable will also eventually become obsolete for
USB
mice.
I have trawled for 8051 code for the PS/2 mouse and only found one
instance
which is in assembler and not for the assembler bundled with the SDCC
compiler. There were some hints that there might be code on the Philips
website but I can't find it or it's gone.
Can anyone help here?
|
|
|
| Back to top |
|
 |
Mark A. Odell
Guest
|
Posted:
Thu Dec 16, 2004 11:49 pm Post subject:
Re: Code for PS/2 mouse for DS80C400 |
|
|
"Fred" <Fred@nospam.com> wrote in
news:41c1c05a$0$8338$db0fefd9@news.zen.co.uk:
| Quote: | Whilst I can still get serial mice I feel their days are numbered
moreso than PS/2 mice which presumable will also eventually become
obsolete for
USB
mice.
I have trawled for 8051 code for the PS/2 mouse and only found one
instance
which is in assembler and not for the assembler bundled with the SDCC
compiler. There were some hints that there might be code on the
Philips website but I can't find it or it's gone.
Can anyone help here?
http://www.semiconductors.philips.com/acrobat_download/applicationnotes/A
N44 5.pdf
Many thanks for that article. PS/2 isn't mentioned anywhere whereas
"ACCESS.bus" is mentioned quite frequently. I've never heard of this
standard before and is it the same as PS/2?
|
Top posting corrected. ACCESS.bus uses the I2C physical layer while the
PS/2 physical layer look similar, does not adhere to the I2C protocol. A
discription of PS/2 is available here:
http://tinyurl.com/7xr6m
It looks quite trivial to implement (e.g. you could bit bang it).
--
- Mark ->
-- |
|
| Back to top |
|
 |
Fred
Guest
|
Posted:
Fri Dec 17, 2004 4:23 pm Post subject:
Re: Code for PS/2 mouse for DS80C400 |
|
|
"Mark A. Odell" <odellmark@hotmail.com> wrote in message
news:Xns95C18C933DC79CopyrightMarkOdell@130.133.1.4...
| Quote: |
Top posting corrected. ACCESS.bus uses the I2C physical layer while the
PS/2 physical layer look similar, does not adhere to the I2C protocol. A
discription of PS/2 is available here:
http://tinyurl.com/7xr6m
It looks quite trivial to implement (e.g. you could bit bang it).
--
- Mark -
--
|
I tend to bottom post by default but top post where a thread has already
been top posted.
I was coming to that conclusion myself. Interesting that the mouse I have
is quiet and doesn't send the self test on power up as suggested in the
article. Holding the data line low does initiate a clocking sequence. |
|
| Back to top |
|
 |
CBFalconer
Guest
|
Posted:
Fri Dec 17, 2004 4:54 pm Post subject:
Re: Code for PS/2 mouse for DS80C400 |
|
|
Fred wrote:
| Quote: |
.... snip ...
I tend to bottom post by default but top post where a thread has
already been top posted.
|
Bad habit, IMO. This only encourages the evil practice.
--
Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address! |
|
| Back to top |
|
 |
|
|
|
|