Search found 3 matches

by youngbo
Thu 28. Dec 2017, 04:15
Forum: Linux
Topic: transmittest not working (receivetest works)
Replies: 5
Views: 4920

Re: transmittest not working (receivetest works)

Thank you for your comment.

I did what you asked me to try($ pcanfdtst tx -b 500k -n 100 -i 0x2b1 -I 8 /dev/pcanusb32). As a result, a message is sent but it seems not to be received by the receiver.


Also, I tried sending and receiving messages through PCAN-VIEW on Windows and it works correctly ...
by youngbo
Wed 27. Dec 2017, 14:37
Forum: Linux
Topic: transmittest not working (receivetest works)
Replies: 5
Views: 4920

Re: transmittest not working (receivetest works)

$ uname -a

https://ibb.co/d2o26b
https://ibb.co/d2o26b

This picture is the result of using pcanread in pcanbasic and $ cat /proc/pcan.

https://ibb.co/cH7Umb
https://ibb.co/cH7Umb

This picture is the result of using pcanwrite in pcanbasic and $ cat /proc/pcan.

https://ibb.co/c8ZaRb ...
by youngbo
Wed 27. Dec 2017, 13:58
Forum: Linux
Topic: transmittest not working (receivetest works)
Replies: 5
Views: 4920

transmittest not working (receivetest works)

I've build version 8.5.1 of the linux driver, by means of:
make
sudo make install
sudo modprobe pcan

I have 120 Ohms termination in my CAN cables.

Unfortunately, I can receive messages but can't transmit. I faced CAN status is BUSOFF.
What should I check?