PIC Mouse Interface

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
maheshkuruganti
Posts: 8
Joined: Sat Sep 15, 2007 10:45 am

PIC Mouse Interface

Post by maheshkuruganti »

Does Anyone know how to interface a PS/2 Mouse to a PIC.I want to know if there is a way you can do it in flowcode.Can we use the UARTs for Mouse Data and Clock.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello

The easiest way is to bit bang the signal. There should be lots of example code around for performing this task.

We sell an E-Block (EB033) that will allow you to plug a PS2 Keyboard or Mouse into the PIC system. However the example code is designed for a keyboard.

Post Reply