09-14-2016 07:27 PM
I am trying to set up communication between water potential sensors using SDI-12 communication and myRIO 1900. Can I just short the TX and RX pins to connect the data wire to both pins or is there another way of going about connecting the data wire?
09-15-2016 01:55 PM
I'm not familiar with the SDI-12 communication, but it seems to be some serial communication and it is documented on how to use LabVIEW to communicate with SDI devices. Here is a link that has a tutorial.
http://www.ni.com/tutorial/7726/en/
As for you question, I would think that depending on the device, you would either use the Rx or Tx and ground the other and then process the data received, or hook up through a serial connection to the myRIO.
-Bear