10-18-2005 07:25 AM
10-19-2005 07:45 PM
This is a termination character error at read when communicating to your old instrument. It seems like the old instrument does not send EOI signal at the final byte in the response string, and the MAX apparently does not set any termination chracater byte such as LF. In this case the MAX terminates to read when the EOI signal is detected. Any termination characters such as CR or LF are being ignored.
If your old instrument can configure "Send EOI signal when response back termination" or similar by its configuration menu or DIPSW, the MAX would correctly terminate the read response without error. Even if it could not configure, there is no problem for read termination as long as your final application explicitly sets the termination character byte as LF (0x0A) for read operation.