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: Synchronize Two-Way Package Sending/Receiving #151

Open ashtofen opened 4 years ago

ashtofen commented 4 years ago

Serial communication between computer and MCU appears to be asynchronous (i.e., package 1 is sent before package 2, but package 2 is received before package 1). Find a way to keep all packages in the right order.

Solution was to change ser.read() to ser.readline()! Thanks Max!

Expected Completion Date: 14 November 2019 Completed: 14 November 2019