I need some help, I acquired an 18bit ADC circuit with a serial interface and I wish to write LABview code to read the output of this ADC circuit. The text below explains a bit about th ADC and I have also included the complete circuit. I just want to know what I should be looking for in doing this project, can I use the VISA vi's to read from the ADC and if so, what will I set the parameters like baud rate, parity etc to or will I not need to worry about that. There is also C code provided for this but I want to be able to write a driver for this circuit in LABview if I can.
'PC usually requires a plug-in ADC card to process analog signals. However, with the circuitry in Figure 1, a PC can communicate with an 18-bi
t ADC through its serial port. The port provides both positive and negative power supplies as well as control signals. IC1 is an 18-bit MAX132 ADC with a serial interface. It requires three input control signals, , DIN, and SCLK, and emits serial data, DOUT, and EOC (end-of-conversion) signals. An RS-232 port has three output lines: Pin 3 (TX), Pin 4 (DTR), and Pin 7 (RTS). TX generates the clock signal for the MAX132 and provides the negative power supply. DTR transmits serial data. RTS provides the CS signal and the positive power supply. Both the positive and the negative supplies use large capacitors for energy storage. When TX generates a clock signal or DTR sends a CS logic-low signal, the capacitors provide power to the MAX132. The MAX132 integrates everything except a reference that comes from a 1.2V LM385 voltage-reference diode, D1. The input-voltage range of the MAX132 is -512 to +512 mV. Listing 1 is a C program that displays the analog-to-digital-conversion result on-scree
n.'