ps/2 mouse port

hello

can anyone give me port address & mouse port details?

I want to build a program in mouse without using device driver or interrupts.

I just want to use 'in' & 'out' instructions.

Comments

  • the mouse is accessed via port 60h and 64h.
    I'd take a look at the source for this project, one of the finest mouse drivers in the land.

    http://sourceforge.net/projects/cutemouse

    -jeff!

    : hello
    :
    : can anyone give me port address & mouse port details?
    :
    : I want to build a program in mouse without using device driver or
    : interrupts.
    :
    : I just want to use 'in' & 'out' instructions.
    :
    :
  • Hi!

    Is there anyone that could tell me how to read from the PS2 port?

    I have a handholde barcodereader conected to the keybord PS2 port.
    And I have a USB keybord conected to the computer.

    When I try to fetch things in the way you do when you read from the keybord I can't access the data from my barcode in the PS2 port, only from the USB keybord device.


    I want to read from a string from the PS2 port and put it into a text box.
    Could someone be so kind to just give me a small codesample to me?

    Thank you.

    : the mouse is accessed via port 60h and 64h.
    : I'd take a look at the source for this project, one of the finest
    : mouse drivers in the land.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories