d_nikolaos Posted April 2, 2009 Report Share Posted April 2, 2009 I have made a program using the serial port and in my computer is working very good but in an other computer doesn't work. Is there any possible explanation? Quote Link to comment
crossrulz Posted April 2, 2009 Report Share Posted April 2, 2009 This sounds familiar. Check out this recent post for some good ideas. The most likely is that you are missing the VISA drivers on the second computer. http://forums.lavag.org/Installing-stand-a...0653#entry60653 Quote Link to comment
d_nikolaos Posted April 2, 2009 Author Report Share Posted April 2, 2009 Thanks for your help. The think is that i have two diagrams exactly the same. At the second diagram i measure the right think but at the first not. Quote Link to comment
Cat Posted April 4, 2009 Report Share Posted April 4, 2009 If you've made sure all the software and drivers are the same on the 2 computers, then what's left is hardware. Are the 2 computers exactly the same? If not, make sure you're accessing the same serial port on both. If you're using Windows, you can check the COM#s for your serial ports in Device Manager. Cat Quote Link to comment
d_nikolaos Posted April 7, 2009 Author Report Share Posted April 7, 2009 QUOTE (Cat @ Apr 3 2009, 02:20 PM) If you've made sure all the software and drivers are the same on the 2 computers, then what's left is hardware. Are the 2 computers exactly the same? If not, make sure you're accessing the same serial port on both. If you're using Windows, you can check the COM#s for your serial ports in Device Manager.Cat Both of them are Windows Xp. The one that make the program has 2.4ghz processor and the other that i make the test is i think 3.2ghz. Quote Link to comment
BrokenArrow Posted April 7, 2009 Report Share Posted April 7, 2009 QUOTE (d_nikolaos @ Apr 6 2009, 08:09 AM) Both of them are Windows Xp. The one that make the program has 2.4ghz processor and the other that i make the test is i think 3.2ghz. 2.4ghz or 3.2ghz makes about as much difference for your issue as the brand of monitor. 1) Again, like crossrulz said, make sure you have VISA installed by looking in MAX. 2) Are you getting an error? If so, what's the error number/source? 3) If you have VISA and are returning no errors.. Check your cable, make sure one is not a null modem (cross pins 2 and 3). Make sure the computer is setup properly. Check Device Manager. Perhaps the COM port is setup wrong for your configuration. (SnagIt edge effects rule! :laugh: ) Quote Link to comment
Mellroth Posted April 8, 2009 Report Share Posted April 8, 2009 QUOTE (BrokenArrow @ Apr 6 2009, 09:38 PM) Check Device Manager. Perhaps the COM port is setup wrong for your configuration. Since more than one application might share a resource like the COM port, I think it is good practice to setup the communications within your application, instead of relying on the "global" settings. My 2c /J Quote Link to comment
BrokenArrow Posted April 8, 2009 Report Share Posted April 8, 2009 QUOTE (JFM @ Apr 7 2009, 09:39 AM) Since more than one application might share a resource like the COM port, I think it is good practice to setup the communications within your application, instead of relying on the "global" settings.My 2c /J me too. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.