Skip to content

Serial Mouse

hasu@tmk edited this page Oct 3, 2024 · 4 revisions

Serial mouses won't work with 5V power and TTL and you will have to use RS-232 driver like MAX232.

TMK converter

tested with Microsoft Green-eyed Mouse(DB-25) and Dell serial mouse(FCCID:DZLMMB14 DE-9).

Serial mouse protocol

Microsoft

1200bps, 7 databits, 1 stop-bit, 3 byte packet

Mousesystems

1200bps, 8 databits, 1 stop-bit, 5 byte packet

Sun mouse

1200 buard, 1-Start bit, 8-Data bits, No-Parity, 1-Stop bit

https://github.com/tmk/tmk_keyboard/wiki/Sun-Keyboard-Protocol#mouse-protocol

Clone this wiki locally