wireless PS2 controller

Hi
can i interface a wireless PS2 controller to PIC microcontroller?
If yes, what is the baud rate of the PS2 controller?

My assumption is that you can do so… Have not done so with normal pics but have done so with PIC32MX… chips…

It is not a baud rate as the interface is more or less an SPI interface… A good source of information about PS2 controllers is at: store.curiousinventor.com/guides/ps2

Kurt

Kurt said it all. And YES, you can…

Alan KM6VV

I was able to get it working on a PIC18F4550 but it has been a long time. Take a look at this. I think this was where i got all my information from
hope it helps

heres a zip of the main fileps2controller_mikrobasic.zip (211 KB)

Thank you all
i will try it