CANpie FD
CAN programming interface environment - Version 3.08
|
The CANpie FD Server provides a solution to connect CAN interfaces from various manufactures to a PC. A CAN interface is added to the server using CANpie FD Server Plug-Ins.
The CANpie FD Command Line Tools can be used to monitor and send CAN frames.
A common project file for the server, the plug-ins and the command line tools is located inside the directory source/application
. The project file applications.pro
can be opened and compiled within the Qt Creator or via the shell:
cd source/application qmake applications.pro make release
After successful compilation all executable programs are located inside the bin
directory of your local CANpie FD repository.