On 2013-03-28 06:08, Olli wrote:
I'm developing Software for the Raspberry Pi with MCP2515 extension.

I have two applications running the same time.
One is in the receiving mode, and the other can transmit and receive.
Unfortunately the application that is permanently receiving, receives the
data of the second application too.

How can I turn off this function?

I read the helpfile
http://svn.berlios.de/wsvn/socketcan/trunk/kernel/2.6/Documentation/networking/can.txt
but I don't see there any possibility to eleminate this function.

Thank you very much!


How do you distinguish the data?  Surely the "permanently receiving"
application wants to see some part of the data and the other application
needs to see other parts?  How do you know which is which?  Are you
running some sort of higher-level protocol, e.g. CanFestival, on the
CAN bus?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
Socketcan-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-users

Reply via email to