Hi,
I have a PEAK CAN/USB interface, I used PCAN-View in Windows (1 Mb/s) to receive some DATA from my CAN interface and it works. I can receive some hexadecimal value.
Now I would like receive the same value using Linux, I have tried "receivetest" present in the CD but I have only this result:
root@FHEEL:/home/aau/Desktop/test# ./receivetest -b=0x0014
receivetest Version "Release_20090203_n" (http://www.peak-system.com)
------- Copyright (C) 2004-2009 PEAK System-Technik GmbH ------
receivetest comes with ABSOLUTELY NO WARRANTY. This is free
software and you are welcome to redistribute it under certain
conditions. For details see attached COPYING file.
receivetest: device node="/dev/pcan0"
Only standard frames are accepted, init with BTR0BTR1=0x0014
receivetest: driver version = Beta____20110223_n
^Creceivetest: type = usb
Serial Number = 0xffffffff
Device Number = 0
count of reads = 0
count of writes = 0
count of errors = 1
count of irqs = 116906
last CAN status = 0x0020
last error = 0
open paths = 1
driver version = Beta____20110223_n
receivetest: finished (0).
Thanks.
Best.

