01-05-2005 10:11 AM
01-05-2005 10:24 AM
01-05-2005 10:28 AM
01-05-2005 10:45 AM
01-05-2005 10:54 AM
07-20-2006 02:03 PM
07-20-2006 02:13 PM
07-11-2010 03:05 AM
This thread is years old, but it was the only relevant one I could find on NI site for this problem, so I'll hijack it to add what I think the problem was, and to comment about its solution. I hope this may help others!
There is a common reason for this error under XP, which is trivial, and took me a long time to identify.
If windows at boot finds a serial device already transmitting data, it may incorrectly identify it as serial mouse (usually: "Microsoft Ball Point"). In this case, the port becomes inaccessible to VISA, and as an addtitional symptom, the mouse may become very jerky, depending on what data the device sends out. A lot of serial devices just work dumping out data at constant rate, or it may happen that the host computer is rebooted while they are already transmitting. Going to the Device Manager and disabling and reenabling the relevant port solves the problem, but just until the next reboot.
There are a few workarounds suggested on the net to tackle the problem permanently. The one, which worked for me, is to let windows identify once the device as serial mouse, and then disable it as such in the Device Manager. Other workarounds I've found suggest to add the option /NoSerialMouse to the file boot.ini, but conflict about syntax proposed and with regards to OS applicable.
http://www.pcmaritime.co.uk/leisure/support/jumpingmouse.html
HTH, Enrico
07-11-2010 03:12 AM
In fact, there is this
http://digital.ni.com/public.nsf/allkb/73657DE26CE76D8686256C44007D9439
but it talks about 2000, and about editing the register. Probably not relevant to XP.