Hi everybody,
I'm developing an application in which my computer communicates with
a DSP through serial port.
Actually I'm just using two computers (one of them simulates the
DSP's behaviour); I'm using VISA VIs and i have problems trasmitting
the characters with ascii code 13 and 19 (I have to send flat data, so
all the codes are involved). For example, using max to open a VISA
session in both computers, connected through a serial cable, and
writing \13\13\13 on one, I receive, on the other computer, the
following:
\r
\r
\r
and sending \19 I don't receive anything.
Is it a problem with VISA?
What can I do?
Thanks in advance,
Skikera