Hi,
A framing error is usually caused, as you probably know, by a mismatch in the serial port settings between the ports.
I checked the LabVIEW PnP driver. This driver is written for GPIB. Although the VISA reads and write might work, the driver doesn't explicitly configure the serial port.
On the IVI driver the VISA serial attribute configured are the termination character '\n' and enable VISA to detect the termination character. There is no additional serial port settings.
Try using Hyperterminal to see if the framming error occurs. Although the viOpen function in the IVI uses the access mode to 0, check the serial port setting in MAX, and make sure they match. Refer to
Default Settings for Serial Ports for more details.
DiegoF
National Instruments.