Hi guys,
I'm currently working on a project in which I need to use an ADS1211P (Datasheet) for measure differential inputs and I have very little programming experience/knowledge. The little i have done so far has been with python, so I'd like to stick with that.
I have only used i2c devices in the past so this is my first adventure with a different interface. Reading the datasheet is not very clear to me, when it says 4-wire, 3-wire, 2-wire serial interface, is it refering to SPI in some way? As in can I use something like SPi-Py to communicate with this chip in python?
I have found an arduino library for a similar device (the ADS1213) so I'm going to be referring to that to write my code. Unless another forum member could point me at a library written for this chip.
Thanks in advance for your answers and any information you can provide/point me too.