Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:pcpointer [2015/03/17 20:43] – [Schematics] darron | projects:pcpointer [2022/09/07 12:05] (current) – [Resources] darron | ||
---|---|---|---|
Line 5: | Line 5: | ||
This is a very simple PS/2 to serial mouse protocol converter which uses | This is a very simple PS/2 to serial mouse protocol converter which uses | ||
- | a PIC micro-controller and MAX232. | + | a PIC micro-controller and a MAX232. |
=== Schematics === | === Schematics === | ||
- | Two schematics are presented for two different PIC micros. It should be trivial to port this application to any controller | + | Two schematics are presented for two different PIC micros. It should be trivial to port this application to any other PIC micro-controller |
{{: | {{: | ||
Line 18: | Line 18: | ||
First install [[: | First install [[: | ||
- | Fetch the source | + | PC Pointer needs some support files from [[: |
+ | < | ||
+ | hg clone http:// | ||
+ | cd pickles | ||
+ | make | ||
+ | make install | ||
+ | cd .. | ||
+ | </ | ||
+ | |||
+ | Now we can fetch PC Pointer and and assemble the code. | ||
< | < | ||
hg clone http:// | hg clone http:// | ||
Line 25: | Line 34: | ||
</ | </ | ||
- | Now program the chip. Here I use [[: | + | The resultant hex file is used to program the chip. Here I use [[: |
< | < | ||
p14 program pic16f688.hex | p14 program pic16f688.hex | ||
Line 46: | Line 55: | ||
Windows 95 should auto-detect the device as a generic serial mouse. | Windows 95 should auto-detect the device as a generic serial mouse. | ||
=== Resources === | === Resources === | ||
- | [[http:// | + | |
+ | [[https:// |