Search found 7 matches
- Wed 13. Apr 2011, 21:37
- Forum: PCAN-Basic
- Topic: Using PCAN in simulink real-time workshop
- Replies: 21
- Views: 53793
Re: Using PCAN in simulink real-time workshop
I use it now in a WindowsXP 32bit in Oracle VirtualBox. I tried to recompile the s-functions, but I get errors. I don't have enough background knowledge and the time to make it myself. Thanks for the help and if someone compiled it for 64bit, it would be nice if he would share it.
- Tue 12. Apr 2011, 18:25
- Forum: PCAN-Basic
- Topic: Using PCAN in simulink real-time workshop
- Replies: 21
- Views: 53793
Re: Using PCAN in simulink real-time workshop
My programming-skills aren't good enought for building a 64Bit Version. I'm now using the 32Bit Version, which works fine, but I have to use another computer for that. If somebody compiled this Simulink implementation for 64Bit, it would be nice if he would share it.
- Mon 11. Apr 2011, 08:43
- Forum: PCAN-Basic
- Topic: Using PCAN in simulink real-time workshop
- Replies: 21
- Views: 53793
Re: Using PCAN in simulink real-time workshop
Is there a 64bit implementation of this?U.Wilhelm wrote:We have no experience in MatLab Simulink. But we have a Simulink and MatLab implementation for the older PCAN-Light API. Maybe this could help to start your work.
- Mon 21. Feb 2011, 11:06
- Forum: Linux
- Topic: receivetest does not work
- Replies: 7
- Views: 17720
Re: receivetest does not work
I didn't modify those files. I took the same which I used for compiling it to Ubuntu, in which it worked. I think the Kernel-Sources which I have do not work.
- Sun 20. Feb 2011, 17:39
- Forum: Linux
- Topic: receivetest does not work
- Replies: 7
- Views: 17720
Re: receivetest does not work
Hi, thanks for the help, it worked. Now i want to cross-compile the driver for my APAD.
reto@reto-laptop:~/peak-linux-driver-6.24/driver$ make KERNEL_LOCATION=/home/reto/apad/common ARCH=arm CROSS_COMPILE=/home/reto/Desktopordner/android-ndk-r4/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin/arm-eabi ...
reto@reto-laptop:~/peak-linux-driver-6.24/driver$ make KERNEL_LOCATION=/home/reto/apad/common ARCH=arm CROSS_COMPILE=/home/reto/Desktopordner/android-ndk-r4/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin/arm-eabi ...
- Fri 18. Feb 2011, 12:06
- Forum: Linux
- Topic: receivetest does not work
- Replies: 7
- Views: 17720
Re: receivetest does not work
reto@reto-laptop:~$ cat /proc/pcan
*------------ PEAK-Systems CAN interfaces (www.peak-system.com) -------------
*-------------------------- Release_20110113_n ----------------------------
*------------- [mod] [isa] [pci] [dng] [par] [usb] [pcc] [net] --------------
*--------------------- 1 ...
*------------ PEAK-Systems CAN interfaces (www.peak-system.com) -------------
*-------------------------- Release_20110113_n ----------------------------
*------------- [mod] [isa] [pci] [dng] [par] [usb] [pcc] [net] --------------
*--------------------- 1 ...
- Thu 17. Feb 2011, 22:46
- Forum: Linux
- Topic: receivetest does not work
- Replies: 7
- Views: 17720
receivetest does not work
I have ubuntu 10.04 installed as guest in virtualbox with windows7 as host. I have two PCAN-USB connected to my computer, one is connected to windows7 and one to ubuntu. The two PEAK-USB are connected so that it should be possible to send some CAN-Messages from Windows to ubuntu and the other way ...