Search found 3 matches

by JokEtx
Mon 1. Oct 2018, 17:18
Forum: Linux
Topic: c++ receivetest error: Resource temporarily unavailable
Replies: 4
Views: 5829

Re: c++ receivetest error: Resource temporarily unavailable

Hi,

I have now problems with writing messages through the CAN. Our device has two native CAN port integrated, and if I run my code using one of those native CAN ports, I can visualize the messages I send in the 'Receive Tab' of PCAN-View.

But, If i try to send the message via the PCAN-USB X6, I ...
by JokEtx
Mon 24. Sep 2018, 08:42
Forum: Linux
Topic: c++ receivetest error: Resource temporarily unavailable
Replies: 4
Views: 5829

Re: c++ receivetest error: Resource temporarily unavailable

Hi Michael,

I have compiled a project with SocketCan and know I can read the messages without problem.

Thank you for your fast response.

Best,

Jokin
by JokEtx
Thu 20. Sep 2018, 10:43
Forum: Linux
Topic: c++ receivetest error: Resource temporarily unavailable
Replies: 4
Views: 5829

c++ receivetest error: Resource temporarily unavailable

Hi all,

I am trying to test the receivetest c++ example in an ARM board, and when running it I receive a 'Resource temporarily unavailable' in LINUX_CAN_Read() function.

So, I am going to explain the environment and all the steps I have done:
I have:
- An ARM board with own Linux distribution ...