03-19-2015 11:49 AM
Hey Guys,
I am working on one of the project where I need to access the PORT advanced setting programatically in LabVIEW.
But the serial APIs (VISA) in LabVIEW is application layer APIs.
Please help me with this.
03-20-2015 12:27 PM
Use a property node Class= Serial:Instr To read or write to the advanced properties of the I/O session.
That looks like any and all of the properties you can access on your Jing
03-20-2015 12:52 PM
Jeff,
I am aware of all these properties.(BTW i dont see the buffer properties in the list)
My question was related to accessing the Low-high,receive transmit buffer given in windows property.
In labview class we can change these properties on application level but not on the physical port level.True?
Let me elaborate:
If I change (Jing) "Use FIFO buffer" in LabVIEW it will remain checked even if I change it in LabVIEW.
Please help me to find these properties directly instead of showing me an access to property of the port. 🙂
03-20-2015 01:20 PM - edited 03-20-2015 01:22 PM
Nothing easier Mask selects recieve transmit or both
And yes. you would need to use the Windows Registry functions to change the Windows settings from LabVIEW
This site uses cookies to offer you a better browsing experience. Learn more about our privacy statement and cookie policy.