-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
63b9efe
commit 39d5eb4
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# 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 | ||
1>Steps: | ||
2>clone this repository | ||
3>Enter command cmake . | ||
4>Enter command camke --build . | ||
5>steup virtual socket can using following command | ||
6>./setup_vcan.sh | ||
7>canplayer -I candump.log | ||
8>candump vcan0 to check loging values | ||
9>go into bin folder | ||
10?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. | ||
1>pls follow these steps | ||
2>go to src/main_test.c | ||
3>you can edit data in accordance with the values you wan to test. | ||
4>cmake . | ||
5>cmake --build . | ||
6>In /bin run main.exe | ||
7>In /bin run main_test.exe | ||
8>press ctrl + Z to get out of the application. | ||
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | ||
|
||
|