07-19-2010 09:00 AM
07-19-2010 09:27 AM
Do you get this when communicating to the instrument in MAX?
07-19-2010 09:31 AM
Please explain what you were doing when you got your error. Please provide details as to your code. Please provide screenshots (NO BITMAPS) of your code, or post your VI.
We are not mind readers.
07-19-2010 09:33 AM
07-19-2010 09:45 AM
Very well could be a timeout error, especially if your instrument doesn't send termination character, or the instrument wasn't sent a command that requires a read. Are you getting anything out of the read?
07-19-2010 09:53 AM
07-19-2010 09:56 AM - edited 07-19-2010 09:57 AM
No code...
Please indicate what instrument/device you are communicating with. (Again, we are not mind readers.)
07-19-2010 10:03 AM
Sorry about the code attachment failure. I am trying again to attach the diagram.
I am communicating with a PSoC board via USB 2.0. MAX recognizes the board with the correct settings (BAUD rate, etc)
07-19-2010 11:35 AM
You have no delay between the write and the read. Have you tried adding one? Have you verified that termination character enable is set to false?
You mentioned that you had a USB device, but your last message mentioned baud rate. This implies a serial connection. Are you dealing with a virtual COM port?