Playstation Controller Baudrate

Hello,

can the lynxmotion ps2 controller work with a baudrate less than 250kBaud?

I can only handle that high Baudrate with my serial interface, but it is already in use, so I coded the SPI communication on normal IO Pins.
There I can’t be faster than 38,4kBaud.

I read that it depends on the controller whether it can handle less than 250kBaud or not.

Thanks in advance,
Lukas

Does SPI have a specific baud rate? We don’t specify a baud rate in the code we use…

The PS2 is a slave, it follows the rate of the master. 100K? 400K? Sower should be OK.

Or am I thinking about I2C?

Alan KM6VV