raw_imu_data.hexcontains the raw bytes read from the IMU sensor over serial port.- Implement
CJY901::CopeSerialDatato parse the bytes, according to the pdf datasheet given.
stty -F /dev/ttyUSB0 raw # Set to read raw bytes without manipulation
cat /dev/ttyUSB0 > raw_imu_data.hex # dump to file