Computing.Net > Forums > Disk Operating System > 286 machine dos mouse ques.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

286 machine dos mouse ques.

Reply to Message Icon

Name: darter
Date: June 12, 2009 at 16:45:57 Pacific
OS: dos 6.2
Subcategory: General
Comment:

It's been a while since I've run DOS. I have a 286 machine and a serial mouse. What is a good "test program" to show me if the mouse is installed properly? Right now I get nothing - but maybe my old programs don't even support a mouse! Did qbasic support a mouse? Or edit? Any others you all use to check for mouse function?



Sponsored Link
Ads by Google

Response Number 1
Name: SkipCox
Date: June 12, 2009 at 17:30:31 Pacific
Reply:

Try MSD.exe.

Skip


0

Response Number 2
Name: Mike Newcomb
Date: June 13, 2009 at 02:30:57 Pacific
Reply:

From memory, serial mice came with a driver disc, as they were 'add-on' devices at the time..

Generally included was an installation program which modified autoexec.bat and config.sys if needed, and also a test program.

Should not be difficult to locate such a disc if required.

Difficult to now imagine a pc etc. without some sort of pointing device.

Good Luck - Keep us posted.


0

Response Number 3
Name: darter
Date: June 13, 2009 at 04:56:09 Pacific
Reply:

Thanks for the tips. I only vaguely remember DOS programs with sorta fake mouse control - may be ProComm (?) but that was what, 20 years ago! Yikes. I was given a 286 and want to try some robotic experiments with the parallel port.


0

Response Number 4
Name: T-R-A
Date: June 13, 2009 at 08:23:02 Pacific
Reply:

And FWIW, CuteMouse (the mouse driver) is still out there and should still work with your 286 (should you need a driver, that is...)

http://cutemouse.sourceforge.net/


0

Response Number 5
Name: Mechanix2Go
Date: June 13, 2009 at 23:37:53 Pacific
Reply:

Not a util, but my all time fav is MSmouse 9.01 with plenty of tasty options.

================================
Microsoft (R) Mouse Driver Version 9.01
Copyright (C) Microsoft Corp. 1983-1993. All rights reserved.

mouse [options]

on Enables Mouse
off Disables Mouse
/B Bus Mouse Type
/Cn Serial Mouse on Com1,2
/E Load Mouse in low memory
/F Find pointing device
/Hn Horizontal Sensitivity(5-100)
/In Inport Mouse Type(1,2)
/KPnSm Button Selection, P-primary,S-secondary
/K ClickLock - /KC (on), /K (off)
/Mn Enables Default Cursor - /M1 (on), /M (off)
/Nn Cursor Delay(0-10)
/Or Rotation Angle (0-359)
/Pn Active Acceleration Profile
/Q Load driver quietly(No Display)
/Rn Interrupt Rate
/Sn Horizontal and Vertical Sensitivity(5-100)
/Vn Vertical Sensitivity(5-100)
/Y Disables Hardware Cursor
/Z PS2 Mouse Type
===============================

I can email it if needed.


=====================================
If at first you don't succeed, you're about average.

M2


0

Related Posts

See More



Response Number 6
Name: darter
Date: June 14, 2009 at 11:08:02 Pacific
Reply:

Thanks to all for the info. One other question related to my 286. There are two 25 pin physical connectors (ports) , one male and one female. How do I know which is serial or parallel or what? They are both connected to the same card. And how to I get an address (a hex address) so that QBasic might send a signal to the parallel port to turn on an LED? The BIOS screen on this computer is very minimal. It just occurred to me that maybe I need to add a command to the config.sys file to configure the card? Maybe it is not configured right now?


0

Response Number 7
Name: SkipCox
Date: June 14, 2009 at 12:42:06 Pacific
Reply:

The DB25 male connector (you can see the pins) is the serial port. The female one is a parallel port.

Parallel port hex address is usually 0378. Lotta info online about parallel port addressing.

Mouse working? I suggested MSD because it's clickable if a mouse is properly installed.

Skip


0

Response Number 8
Name: darter
Date: June 14, 2009 at 18:39:26 Pacific
Reply:

Thanks for giving all the good info. I'll try the mouse tonight and report back. And maybe try to post a picture of the old machine with cards in. It is dawning on me - slowly - that perhaps my serial port also needs a line the config.sys file in order to be "seen" by DOS ? I have pretty much forgotten all the install rules for an old system like this. The drive was reformatted and got a fresh DOS 6.2 install so maybe I need to set up everything manually now.


0

Response Number 9
Name: darter
Date: June 14, 2009 at 19:24:49 Pacific
Reply:

Okay the parallel port is working and I can use qbasic to control an LED. MSD reports no mouse. I'll use CuteMouse. One other problem: my video adapter card on bootup sometimes shows color and at other times not-color. I mean the very first characters printed on boot up (and thereafter). Seems random as to whether it will boot to color. Any ideas? Bad card? Usually on the 2nd or 3rd (reboot) try I have color!


0

Response Number 10
Name: T-R-A
Date: June 14, 2009 at 19:44:02 Pacific
Reply:

Hmm...Seem to remember having an IBM PC/XT (8088) with the same VGA problem (color/no color) as you're having. If memory serves, swapping out the card did solve the problem...(and yes, it was an 8-bit VGA card)...


0

Response Number 11
Name: darter
Date: June 14, 2009 at 21:36:08 Pacific
Reply:

Okay - now the mouse works when I type Cutemouse. I'm not sure if this program is meant to go into autoexec,bat and be run at each startup or whether it is supposed to load a driver just once that is referenced in config.sys. But it works! Now I need to get a sound card to read input voltages from a photovoltaic source.


0

Response Number 12
Name: T-R-A
Date: June 14, 2009 at 23:18:24 Pacific
Reply:

Sticking a line such as:

C:\xxxx\ctmouse.exe

(where "xxxx" is the directory you dropped the cutemouse driver) into the autoexec.bat file should get it running every time you boot. Not sure how you're going to read photovoltaic voltages with a sound card. That's a new one on me...


0

Response Number 13
Name: Mechanix2Go
Date: June 15, 2009 at 02:24:20 Pacific
Reply:

darter,

I'm interested in controlling LEDs via parallel [or other] port.

Lemme know how you get on with it.


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 14
Name: wizard-fred
Date: June 15, 2009 at 03:36:35 Pacific
Reply:

Unlikely you would read slowly varying dc voltages with a sound
card. You would have better luck with a game port adapter.


0

Response Number 15
Name: Mechanix2Go
Date: June 15, 2009 at 03:47:14 Pacific
Reply:

Hi wizard-fred,

Good idea.

A sound card probably won't pass anything below, let's say, 20 cps.


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 16
Name: darter
Date: June 16, 2009 at 21:14:13 Pacific
Reply:

Ah, when I said sound card and photovoltaic I was thinking about using a light sensor and use that to detect when some object (film) is properly positioned. So I figured that as light varied then something else would vary and it looks like that is supposed to be frequency of AC for a sound card (not DC voltage). So maybe I'll use one of those light-to-tone circuits? But the computer does have a game adapter so perhaps that would be easier. I'd like to try different ideas just as a learning exercise but eventually I need to build a film transfer machine that can position 16mm film.


0

Response Number 17
Name: wizard-fred
Date: June 17, 2009 at 02:18:31 Pacific
Reply:

If your using it to record sound then the sound card is more
appropriate. Your light preamp should include the proper
equalization.


0

Sponsored Link
Ads by Google
Reply to Message Icon





Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: 286 machine dos mouse ques.

DOS MOUSE - CUTEMOUSE www.computing.net/answers/dos/dos-mouse-cutemouse/4698.html

I Need A DOS Mouse Driver/Program www.computing.net/answers/dos/i-need-a-dos-mouse-driverprogram/3368.html

dos mouse driver www.computing.net/answers/dos/dos-mouse-driver/96.html