Hi Steven,
When you create the Modbus driver object in LPD, that's the time you set the baud rate, etc., for your Modbus object. Once set, these cannot be changed at run-time programatically (with a few exceptions, like phone number).
And when you're using the LPD driver, you cannot access the serial port with any other program (LV-VISA, in your case).
Why would you want to change the baud rate at run-time? Just curious. If you do really need to change baud rate on-the-fly, an option is to create multiple Modbus objects in LPD beforehand with different baud settings each. And then in LabVIEW, use the ones you want and ignore the others. Note that multiple objects within LPD can access the same serial port, but not two different applications
.
Hope this helps.
Khalid