However, on trying to run the programs in the test directory, I am getting errors.
This is my output for
Code: Select all
$ cat /proc/pcan
Code: Select all
*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*------------- Release_20210119_n (8.11.0) Mar 10 2021 11:52:35 --------------
*------------- [mod] [isa] [pci] [pec] [dng] [par] [usb] [pcc] --------------
*--------------------- 1 interfaces @ major 510 found -----------------------
*n -type- -ndev- --base-- irq --btr- --read-- --write- --irqs-- -errors- status
32 usbfd -NA- 0 000 0x001c 00000000 00000000 00000000 00000000 0x0000
Code: Select all
$ uname -a
Linux fliradas 5.4.0-66-generic #74~18.04.2-Ubuntu SMP Fri Feb 5 11:17:31 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
$ transmitest transmit.txt -f=/dev/pcanusb32 –b=0x14 –e –n=100
transmitest Version "Release_20150610_n" (www.peak-system.com)
------- Copyright (C) 2004-2009 PEAK System-Technik GmbH ------
transmitest 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.
transmitest: device node="/dev/pcanusb32"
Only standard frames are sent, init with 500 kbit/sec.
Data will be read from "–n=100".
transmitest: error at file read: No such file or directory
transmitest: finished (2).
Code: Select all
$ transmitest transmit.txt -f=/dev/pcanusb32
Code: Select all
transmitest Version "Release_20150610_n" (www.peak-system.com)
------- Copyright (C) 2004-2009 PEAK System-Technik GmbH ------
transmitest 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.
transmitest: device node="/dev/pcanusb32"
Only standard frames are sent, init with 500 kbit/sec.
Data will be read from "transmit.txt".
transmitest: can't open /dev/pcanusb32
transmitest: finished (2).
I would greatly appreciate any help in figuring out the cause of the error.
Regards.