Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

CR10X read in serial data HELP


dcarroll May 26, 2012 07:02 PM

Hi All,

I have an conductivity instrument (consort K912) that spits out data every 5 seconds in RS232 (1200 baud) and then saves it to a SM4M storage module.

I want to read this in with my CR10x using P15.

Can I connect the RS232 output from the instrument directly into the CS I/O port to read in the serial data? Or do I need to go to the RX and TX lines.

Here is my code:


};CR10X
MODE 1
SCAN RATE 10
1:P30
1:62
2:0
3:1

2:P30
1:63
2:0
3:2

3:P15
1:1
2:1
3:10
4:13
5:1
6:1
7:13
8:100
9:1000
10:3
11:1
12:0

4:P92
1:0
2:10
3:10

5:P80
1:1
2:201

6:P77
1:1220

7:P70
1:4
2:3

8:P96
1:71

9:P0

Thanks


JDavis May 30, 2012 07:03 PM

You may not read in serial data on the CSI/O port of a CR10X. You will need to use the control ports.

Log in or register to post/reply in the forum.