I am using the Text window of DeLogger. I changed the 1SERIAL to 2SERIAL, I defined the host_port as listed below:
S,082514,2008/05/28,15:28:07,0.216308,90;"HOST_PORT","BPS","9600";
S,082514,2008/05/28,15:28:07,0.220214,90;"HOST_PORT","FLOW","NONE";
S,082514,2008/05/28,15:28:07,0.222045,90;"HOST_PORT","DATA_BITS","8";
S,082514,2008/05/28,15:28:07,0.223754,90;"HOST_PORT","STOP_BITS","1";
S,082514,2008/05/28,15:28:07,0.225463,90;"HOST_PORT","PARITY","NO";
S,082514,2008/05/28,15:28:07,0.227172,90;"HOST_PORT","FUNCTION","SERIAL";
S,082514,2008/05/28,15:28:07,0.228759,99;;
Then I entered:
2SERIAL("\e{ABCD,1234\013}%4s[1$],%4d[1CV]")1$ 1CV
only to receive:
E,082514,2008/05/28,15:29:21,0.008056,12;"Channel list error at column 45 [ %4d[1CV]')<err>1$ 1CV ]";
This is giving me a syntax error, and as you stated the syntax is correct. I know that I am properly communicating with the DT81 because I am able to SATTN and CATTN, RESET, TESTn, STATUSn, PH, EEA, etc.
I know that I entered it in right, but I cut and paste your code and had the same effect; syntax error.
I am using the Text window of DeLogger. I changed the 1SERIAL to 2SERIAL, I defined the host_port as listed below:
````
S,082514,2008/05/28,15:28:07,0.216308,90;"HOST_PORT","BPS","9600";
S,082514,2008/05/28,15:28:07,0.220214,90;"HOST_PORT","FLOW","NONE";
S,082514,2008/05/28,15:28:07,0.222045,90;"HOST_PORT","DATA_BITS","8";
S,082514,2008/05/28,15:28:07,0.223754,90;"HOST_PORT","STOP_BITS","1";
S,082514,2008/05/28,15:28:07,0.225463,90;"HOST_PORT","PARITY","NO";
S,082514,2008/05/28,15:28:07,0.227172,90;"HOST_PORT","FUNCTION","SERIAL";
S,082514,2008/05/28,15:28:07,0.228759,99;;
````
Then I entered:
````
2SERIAL("\e{ABCD,1234\013}%4s[1$],%4d[1CV]")1$ 1CV
````
only to receive:
````
E,082514,2008/05/28,15:29:21,0.008056,12;"Channel list error at column 45 [ %4d[1CV]')<err>1$ 1CV ]";
````
This is giving me a syntax error, and as you stated the syntax is correct. I know that I am properly communicating with the DT81 because I am able to SATTN and CATTN, RESET, TESTn, STATUSn, PH, EEA, etc.
I know that I entered it in right, but I cut and paste your code and had the same effect; syntax error.