jjohannson
New member
I'm using a Raspberry PI 4 with 4 gigs of memory with Python 3.11.5. I'm trying to test out 3 - 16LV digital input boards. All I'm trying to do is get the input LEDs to turn on. At first try I was able to get nothing to light up and then realized I had to change the LED mode. I then updated the firmware and was able to get LEDs 1,3,5,7 to light up green when using the command:
16inpind 1 ledwr 65535.
If I try to turn a pin on by issuing command:
16inpind 1 ledwr 1 1
It does not turn on and led reads 0
As for Python code I can't get the board lights to do anything. However, the LED statuses read the correct written state.
I did update the firmware and originally the board behaved similarly but with red LED color. I'm not sure if I perhaps I have to do anything with the J2 pins.
16inpind 1 ledwr 65535.
If I try to turn a pin on by issuing command:
16inpind 1 ledwr 1 1
It does not turn on and led reads 0
As for Python code I can't get the board lights to do anything. However, the LED statuses read the correct written state.
I did update the firmware and originally the board behaved similarly but with red LED color. I'm not sure if I perhaps I have to do anything with the J2 pins.