Reading input status from16 point LV input card

nbeaulieu3

Member
I have tried I2C, UART and RS485 and can not get the Python code to read the status of my inputs. I'm currently setup for I2C. I know I have to import some sort of class (I believe I have but it always returns a No Module Named 'lib16inpind' or what ever else I try)... What am I missing
 

nbeaulieu3

Member
Sorry I hadn't seem that you had replied. yes I was at that link numerous times. 'import lib16inpind' never worked but when i stumbled upon 'import smbus' things started get read
 
Top