This is my first Arduino project so I'm not completely sure about what I'm doing. I'm trying to use an Arduino Uno with a Data-logging shield and an SD card to record measurements from a DPI 740 Precision Pressure Indicator (made by OMEGA) onto the SD card every 5 minutes for up to 8 hours at a time. I'm using a 6-pin LEMO type adapter cable (with only 5 wires being used) to connect the Arduino to the barometer. The issue is that I don't know to which pins I should solder the wires onto the Arduino, and I can't find a code similar enough to my project to use.
The Barometer has a 9600 Baud rate, 8 data bits, 1 stop bit, no parity, and no handshaking.
The 5 wires used by the 6-pin LEMO cable are labeled:
RxD input
CTS input
GND
RTS output
TxD output
If anyone can help me complete this project or point me in the direction of helpful information I would be greatly appreciative. Tell me if more information is needed.