Part Number: SK-TDA4VM
Hello,
My requirement is to stream bytes over the CAN interface (can0, can5 and can9) without the CAN protocol (Application layer).
I am assuming m_can_platform kernel driver can let me do that as socket CAN is unable to stream bytes.
Can anybody please let me know how can I interact with m_can_platform kernel driver once it is inserted as I am unable to find ioctl calls attached with it and also there are no open, write, read calls there.
Task will be as follows:
- Insert m_can and m_can_platform driver
- Run the userspace application that interacts with above kernel modules.
- Stream bytes as and when required.
Cordially,
Alark Mishra