I'm having difficulties setting the queue size of the serial port. I used a property node to look at the 'default size' and I got 50. In my port initialization, at the beginning of my program, I put a property node specifying a larger queue, like 1000. The other property node in the program reads the 'queue size' of the port, but always report 50.
What is interrresting, is if I change my port from COM1 to COM2 in the 'Visa Configura Serial Port' vi and run my vi, the property node will show my new buffer size (1000). If I stop the program, change the buffer size to something else and restart, the property node will still show 1000, not the new value.
If I put back COM1, then, the new value will show correctly. It seems to accept a new value only when a new port is specified.
Why can't I change the size of the input queue length using a property node??
I'm using WinXP.
Thanks.