When I use gpiowrite to activate ouputs, everthing works fine until ouput 30, when I use 31 I get the fault message (see picture).
When I use the hex value and code:
If Not Sub20.GPIO_Write(Val("&H" + GpioValue.Text), Val("&H" + GpioMask.Text)) Then
' AddInfoLine("failed, err=" + Sub20.GetLastError().ToString())
'End If
I can write output 31 ( hex 80000000).
Any idea what can cause the problem ?
Thanks,
Patrick
