This project aim is to the implement serial communication protocol, in between different Raspberry Pi devices which there are connected in a Ring topology.
For installing, you just need to use the command line(Windows) or terminal(Mac os). Navigate to the project folder and just follow the below mentioned steps.
- make all : This command is to create the build files and flash the executable to the micro-controller.
- make doc : This command is to to generate project documentation. Here after executing the command 'make doc' is extratcs two versions of documents one is html
and the other one is latex. This document contains details about structure of the project, APIs, macros etc. To run this command, you should
have Doxygen software running on the computer.
##other commands:- - make clean : This command is to clear the files which are built previously.
Use the command line tool "MINICOM" to view the receiving data. Here you can see the receiving data on the minimum console.
To view the document created by Doxygen, go the path \document\html and open index.html
If folder or files not found, follow the below steps:
1. Navigate to the project folder
2. Run the command ->make doc