06-28-2006 11:00 AM
06-28-2006 11:55 AM
06-28-2006 12:01 PM
Hi,
The 14 sec time is for the whole process, like sending the command, stripping the termination character and passing to the test application
My req is that i would receive a packet from the instrument like 7E52407E.
My termination character is 7E and i need to remove it and pass the packet to the application.
I have also attached my code
06-28-2006 12:56 PM
06-28-2006 01:24 PM
Hi,
It is just the visa read.
06-28-2006 01:28 PM - edited 06-28-2006 01:28 PM
A VISA Resource is a brown wire and looks like this:
Message Edited by Dennis Knutson on 06-28-2006 12:28 PM
Message Edited by Dennis Knutson on 06-28-2006 12:30 PM
06-28-2006 02:01 PM
Hi ,
Let me explain you more clearly.
The Serial Read calls the Genric Read and the Generic Read in turn calls the Rs232 read function.
The generic read is used to support if any other RS232 drivers would be written in the future.
Attached are the codes.
06-28-2006 02:26 PM
06-28-2006 02:42 PM
Hi,
I would like to have the flexibility and speed both. Do you have any thoughts on it.
06-28-2006 02:56 PM