I am running LV6.1 on Windows XP. I am communicating with a balance
that transmits a string of 16 charachters every .4 seconds. Right now I
1) initialize port to have same settings as the balance,
2) have a subloop to wait until number of bytes at serial port is 16,
3) read port, display data,
4) loop back to 1
After a bit it conks out, sometimes pressing the lightbulb gives a green arrow on the READ, sometimes I am stuck waiting until I get 16 charachters, and after I close labView entirely I get a
window that pops up saying
LabVIEW.exe application error
The instruction at "0x73e6b89a" refferenced memmory at "0xfffffffff".
The memory could not be "read".
I have tried having 4) loop to 2 , and rewiring everything with
VISA, even the V
ISA read serial with timeout does the same thing. After
it times out, it will attempt to restart, but never reads anything
more, just timeout....timeout.....
Any ideas?