10-24-2006 10:13 PM
10-25-2006 02:11 PM
10-25-2006 02:42 PM
Thanks for the suggestions. However, it seems like that command adds a delay *after* all the bytes are sent:
// Format the number to be sent to the instrument
ViErrChk(viPrintf(resourceName, "%-4.1fC\n", Centigrade));
// Delay before executing the next step
Delay(0.1);
Is there anything that could send the characters one at a time with 100ms delays between each character?
10-25-2006 03:18 PM