joan2937
joan2937
Could you prepare a shorter example which shows the problem?
Yes, this is a fault with the code. I was told about this some time ago but decided to do nothing about it at that time. My concern now and...
Thanks @marko-pi It would be useful if you raised any other issues you have with the script command set in this issue. (I did look for your e-mail but couldn't...
If they are all on the script command set I would raise them here. They will probably be accepted or rejected as a batch. If they are non-related issues then...
The last time I tried to build the picod daemon from source it failed because of API changes to the SDK (I seem to remember raw read of the USB...
I rather lost interest in picod when the API broke and I could not rebuild the daemon. Currently I am concentrating on other activities. Just about every API call has...
The reason signals work the way they do was to ensure the DMA engine was shut down on program failure. I was worried the DMA engine would trash all of...
The ISR function uses the Linux sysfs system to provide interrupts. I wonder if GPIO 2 has been already assigned for another purpose (e.g. I2C) and is not available to...
Thanks. Yes, that is an error. It should be ```gpioNotify[slot].state = PI_NOTIFY_OPENED;``` Fortunately **i** normally equals **slot** (as bufSize is normally 0). @guymcswain Do you want me to make this...
All good points. I wasn't happy having the pipes in the local directory. Unfortunately I do not remember my thinking at the time. I think point 2) is handled by...