ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Funny thing, today with a bit luck I solved the problem by myself. The

struct spi_ioc_transfer tr[256];

has to be defined as a global variable. Then we can send as many bytes as we require.

Best, Nils