I am working on a project which I need to send GPIO commands very fast.
Is it possible to speedup the GPIO read/write?
E.g using WiringPi library rather than using sysfs or /dev/mem
What are the current way codesys interact with GPIO and is there any way to improve its speed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working on a project which I need to send GPIO commands very fast.
Is it possible to speedup the GPIO read/write?
E.g using WiringPi library rather than using sysfs or /dev/mem
What are the current way codesys interact with GPIO and is there any way to improve its speed?
Hi,
how fast do you expect it?
At the Moment it depends on how fast you setup your taskcycle.
BR
Edwin