The following raw bit pattern has been picked up by a receiv
The following raw bit pattern has been picked up by a receiver from a CAN bus. Determine the 11-bit Identifier, Control Field and the first two bytes of the data field of the CAN message. 000001001001000001110100000101111100111110001 ...
Solution
First bit is for for start of frame and Identifier field of 11 bit followed by control 6 bits and Data
Identifer field = 00001001001;
Control bit = 000011 this means there are three Bytes of Data:
Byte1 = 10100000;
Byte2 = 10111110
