06-27-2007 12:12 PM
06-27-2007 12:38 PM
Version 3.1!![]()
One thing to be aware of is that with this old serial driver, you need to specify port 0 for Com1, port 1 for com2, etc.
I don't know of any existing examples in version 3.1 and there is no way to save a VI from a more recent version to 3.1. All a serial loopback VI has is a write followed by a wait, followed by byte count and read. Here's a picture.
06-28-2007 04:37 AM
LV 3.1 .... o that sweet memories, when I had my first contact with LabVIEW ......
I can't lookup what error 37 means, but it's explained somewhere in the LV3.1 documentation, maybe even in paper, I remember the LV3.1 function reference manual in paper ...
Common pitfalls:
COM1 is port 0 (Dennis already mentioned)
the port is blocked by the system (your device is recognized as a systemdevice (mouse)), diconnect the dev. on bootup.
the port is blocked by an other application
on notebook: powerup without powersupply disable the comport to save power
If it runs with hyperterm (or terminal.exe??, LV3.1 was windows 3(.1)) , it will run with Labview
A question I don't know: will the serdrv.dll of LV3.1 run with W2K and higher???
06-28-2007 04:59 AM