Skip to content

golwalkars/7166CEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is can control module application for cource work 7166CEM

#pls folllow these steps to run application

Steps:

clone this repository

Enter command cmake .

Enter command camke --build .

steup virtual socket can using following command

#./setup_vcan.sh

canplayer -I candump.log

#candump vcan0 to check loging values

go into bin folder

run main.exe

#----------------------------

To run main_test.exe

pls follow these steps

go to src/main_test.c

you can edit data in accordance with the values you wan to test.

cmake .

cmake --build .

In /bin run main.exe

#In /bin run main_test.exe

press ctrl + Z to get out of the application.

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>