spacecraft-design-lab-2019 / documentation

Wiki lives in here
https://github.com/spacecraft-design-lab-2019/documentation/wiki
12 stars 3 forks source link

State Machine: Add Logic to Filter Useful Packages #152

Open ashtofen opened 4 years ago

ashtofen commented 4 years ago

Since serial is an asynchronous communication protocol, a lot of garbage data is received by the serial monitor. Filter the important data by adding tags (i.e, 'start' and 'end') on the sending side and by adding tag-based logic on the receiving side.

Expected Completion Date: Winter Quarter