Closed nurhidayat86 closed 8 years ago
@nurhidayat86 @rviset The current protocol worked good enough. We are not sure about the speed (because of the large size) and also the ACK problem.
Need to change len based on the msg_id, to supress the possibility of getting very large payload due to len identification error
The ACK did not work for control input mode due to many bytes on the serial that wait for ACK (tested yesterday together with other team), However it is needed for the log msgs transfer from ESD to PC. Also the header file cannot be made based on the msg_id due to input device often generated random msg into the serial (dont know why), we got this event from the joystick w/o protocol (js sends so many random chars including esc), so we look for one very unique identifier that will never appear in the random msgs.
DOne
Yet to do: Ack
Create reliable communication channel.