|
 |
|
04-10-2005, 10:48 AM
|
#16
|
|
Raw Wave
Join Date: May 2003
Posts: 2,021
|
Quote: Originally Posted by Scouse Monkey
yup, if you have something useful to say!
(looks like you just did)
ARE YOU FOLLOWING ME NOW???
Oh no, not at all.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
04-10-2005, 01:51 PM
|
#17
|
|
Maximum Bitrate
Join Date: Aug 2004
Location: SE Michigan
Posts: 750
|
Quote: Originally Posted by Scouse Monkey
lI am sure there is probably a way to just connect a few pins with a resistor load or summit.
I don't think that's going to work... You can see the mouse initialization routine about 2/3 way down on this page , but looks like at the very least you'll need to transmit 0xAA and 0x00 (for self-test passed and mouse ID) on the data line (which in turn requires the clock line). A PIC could easily do it.
|
|
|
04-10-2005, 01:59 PM
|
#18
|
|
MySQL Error
Join Date: Mar 2004
Location: Bristol
Posts: 13,521
|
Quote: Originally Posted by mushin
I don't think that's going to work... You can see the mouse initialization routine about 2/3 way down on this page , but looks like at the very least you'll need to transmit 0xAA and 0x00 (for self-test passed and mouse ID) on the data line (which in turn requires the clock line). A PIC could easily do it.
hacking apart an old mouse and aking the crap you don't need out sounds easier. How do KVMs stop the PC thinking the device has been unplugged? they must do it somehow.
__________________
If you want more answers on anything I have posted you can find me at digital-car.co.uk
or skiing or diving or doing somthing else fun!
|
|
|
04-10-2005, 02:31 PM
|
#19
|
|
Variable Bitrate
Join Date: May 2004
Posts: 380
|
If you don't want to pay for Girder, you can always use WinLIRC. I've never used it, but I am using Lirc for Linux, and it works great.
__________________
2001 Nissan Altima SE
Shuttle FV24 / P3 1Ghz
512MB (2x256) PC133 RAM
40GB 7.2k RPM
WiFi / GPS / XM
Opus 150
Xenarc 700TSV
XP Pro (nLite) / Frodoplayer
|
|
|
04-10-2005, 02:50 PM
|
#20
|
|
Maximum Bitrate
Join Date: Aug 2004
Location: SE Michigan
Posts: 750
|
Quote: Originally Posted by Scouse Monkey
hacking apart an old mouse and aking the crap you don't need out sounds easier. How do KVMs stop the PC thinking the device has been unplugged? they must do it somehow.
I agree, just using an old mouse is easier. You can probably even hack away a good deal of the PCB if space is really important.
Do KVMs keep the PC thinking it has a KB/mouse? At least for the the manual A/B switches, I thought they just physically change the connection. I suppose it could connect the 'unattached' PCs to an internal chip that acts like a kb/mouse.
|
|
|
04-10-2005, 02:53 PM
|
#21
|
|
MySQL Error
Join Date: Mar 2004
Location: Bristol
Posts: 13,521
|
Mushin, yeah i assume they do toherwise when you boot a PC without switching it over you will get that damn "No PS2 mouse found, do you wish to attach one now..." thing.
__________________
If you want more answers on anything I have posted you can find me at digital-car.co.uk
or skiing or diving or doing somthing else fun!
|
|
|
04-10-2005, 08:17 PM
|
#22
|
|
Newbie
Join Date: Apr 2005
Location: Southern California
Posts: 16
|
Quote: Originally Posted by Chris31
Stick pointer as found in laptops?
you know how awesome that would be if you like molded one of those buggers into the dash, or the steering wheel or something, then you wouldnt have to worry about mice
__________________
Getting parts together for the carputer
|
|
|
04-10-2005, 10:40 PM
|
#23
|
|
Variable Bitrate
Join Date: Sep 2004
Posts: 440
|
Na the stick I'm refering to is the one found on any playstation 1 or 2 controler. I think when I can afford to buy a screen I will just hack apart an old mouse and add it to the mass of wires under the dash. I'm realy even reconsidering the mini keyboard I got as it dosnt have any ctr, del, tab, esc, or alt buttons :/
|
|
|
04-10-2005, 11:29 PM
|
#24
|
|
Banned
Join Date: Dec 2004
Location: Diamond Bar, CA (909,951)
Posts: 2,746
|
use a tiny *** mouse and jam it somewhere thas what i did with my keyboard i just stick it under the seat... my pc wont boot up witout a keyboard so yeah
|
|
|
04-14-2005, 03:44 PM
|
#25
|
|
Low Bitrate
Join Date: Apr 2005
Location: Minnesota
Posts: 72
|
I have to agree with the hacking apart of an old mouse, it would be quite small and won't really detract from the computing power like adding more progs would....and you could just run it back into the case as it'll be very small after a little hacking
__________________
Da_Kooz
|
|
|
04-14-2005, 04:16 PM
|
#26
|
|
Maximum Bitrate
Join Date: Mar 2005
Posts: 491
|
Why not find an old broken wireless mouse on ebay- wher ethe mouse is broke but the dongle still works?
On my mouse - the batteries died - but the donlge is still plugged in and it reckognizes it still.
|
|
|
04-14-2005, 04:18 PM
|
#27
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,799
|
Quote: Originally Posted by hcker2000
Basicly I need to find a way to make the pc think that there is a ps/2 mouse pluged in this way it will load the mouse pointer and then I can use my game pad as a mouse. Any one got any clue how to make it look like a mouse is connected to the ps/2?
Ever think of using a PIC to drive whatever pad your using? I think when the mouse get's power, it's supposed to send a Ctrl-M character IIRC.
|
|
|
04-14-2005, 09:19 PM
|
#28
|
|
Variable Bitrate
Join Date: Sep 2004
Posts: 440
|
I'v never thought about doing the pic thing for my controler as it uses a usb adaptor and I'm sure it would be hard to get the fetures of the mouse working good in a pic.
Now a pic to emulate the mouse would be fine just has to be very small, very cheap, and I would need a very cheap way to program it.
|
|
|
04-14-2005, 09:31 PM
|
#29
|
|
Raw Wave
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,799
|
Quote: Originally Posted by hcker2000
I'v never thought about doing the pic thing for my controler as it uses a usb adaptor and I'm sure it would be hard to get the fetures of the mouse working good in a pic.
Now a pic to emulate the mouse would be fine just has to be very small, very cheap, and I would need a very cheap way to program it.
Pics run around 2-4 dollars USD, a decent programmer can be had for $10 to $15. You can get an Olimex development board for under 20 bucks. This is basically a complete board with power/timing and Max232 for communicating with a PC. If you get the PIC16F628A or any of the ones with ADC, you can easily measure a joystick or other analog device. Plus you could use it do other things down the road.
|
|
|
04-15-2005, 01:13 AM
|
#30
|
|
Variable Bitrate
Join Date: Sep 2004
Posts: 440
|
How would you go about mesuring a usb joy stick with a pic?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:39 AM.
| |