08-13-2012 04:09 PM
Is it possible to change the Windows7 COM port settings in the Device Manager from LabVIEW?
I just need to be able to change the basic parameters such as baud rate, data bits, parity, stop bits, etc.
08-14-2012 01:10 PM
Hi Red Sox Fanatic,
You can use MAX to do that. If you go to Devices and Interfaces » Serial & Parallel. I couldn't find a way to do the same in LabVIEW, but you can use VISA property node to modify the parameters of a VISA session you will run in LabVIEW, however. This KB How Can I Programmatically Check My Serial Baud Rate in LabVIEW? should help you.