Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
golwalkars committed Dec 18, 2023
1 parent 63b9efe commit 39d5eb4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
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.
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


0 comments on commit 39d5eb4

Please sign in to comment.