04-13-2006 07:30 AM
10-01-2006 12:40 AM
This is difficult to diagnose without seeing your code, but I would guess that you are telling the function to only receive 1 byte of data from the instrument. Look at the parameters for the method, one of them may be the number of bytes to read, if you only put a "1", you will only read 1 byte (converted to character, you get one "S" returned, the first character of the ID).
Post the part of your code you are using for further analysis.
10-01-2006 12:42 AM