I am having issues with my serial port. I am trying to communicate with a device which has a baud rate of 96200 and all other settings are defualt. When I use a serial to USB converter and connect it to my PXI system, I am getting all the messages and no errors. But when I connect directly to one of the serial ports on the PXI system then I am getting the I/O frame error.
For the serial communication first I am configuring the serial port then assining the buffer size and I am flushing the buffer before each write then waite some time before I read the data with the help of number of bytes at the port and then closing the port.
The whole procedure works with the keyspan Serial to USB converter but doesn't work with the serial Port hocked directly to the PXI system.
I have no clue why is this happening. Is this something to do with the serial drivers on the keyspan compared to the drivers on the serial port on PXI system. Any suggestions or thoughts are most welcome.
Thanks,
Mudda.