PACKET BREAKDOWN:
0-roll
1-pitch
2-yaw
3-alitude
4-pressure
5-temperature
6-accX
7-accY
8-accZ
9-gyroX
10-gyroY
11-gyroZ
12-time
13-placeholder
14-placeholder
15-placeholder
You need python, and the pyserial package
pip install pyserial
Usage python record.py <device>
ex. python record.py com3
-Constants should be capitalized and in snake case
-Variables should be in camel case
-Functions/methods should be in snake case
-Classes should be in camel case\