zanor
Member level 4

Does anyone know how to read voltage(0-14V DC) with any port on a PC? I just need some schematics, I'm programming the program to read the port myself..
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It will be either serial or paralell, That's the easiest. I think..philba said:You didn;t say whether you want to use a parallel port, serial or USB. There is a bit of hardware that you will need to build. Google has many many hits for "adc pc circuit"
for a 5V ADC, you can use a voltage divider to bring the 0-14V down to 0-5V and then when you read a value from the ADC, just remember that the largest value (255 for an 8bit one) is 14V
zanor said:okey..
I found another one, h**p://www.elfa.se/pdf/73/730/07306719.pdf
I think I will go for this one, there's just one thing I don't understand. On page 15 there's a schema for the inputs, but are this internal in the chip or is this someting I have to do for each of the inputs?
silvio said:zanor said:okey..
I found another one, h**p://www.elfa.se/pdf/73/730/07306719.pdf
I think I will go for this one, there's just one thing I don't understand. On page 15 there's a schema for the inputs, but are this internal in the chip or is this someting I have to do for each of the inputs?
It's clearly stated in datasheet:
An equivalent circuit for one of the ADC78H90’s input channels
is shown in Figure 6.
The capacitor C1 in Figure 6 has a typical value of 3 pF, and
is mainly the package pin capacitance. Resistor R1 is the on
resistance of the multiplexer and track / hold switch, and is
typically 500 ohms. Capacitor C2 is the ADC78H90 sampling
capacitor, and is typically 30 pF.
Hence all are internal, you don't have to provide them external.