Changes between Version 11 and Version 12 of BlueCAN
- Timestamp:
- 01/26/13 20:25:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BlueCAN
v11 v12 1 Communication protocol between CAN and CC2540 chip. [[BR]] 1 2 == Communication protocol between CAN and CC2540 chip. ==[[BR]] 3 2 4 3 5 List of commands from CC2540 to CAN transiver: … … 9 11 6. Reset filter state 10 12 7. Passthrough message 11 12 Command message structure13 14 ||= Byte =||= Bitmask =||= Description =||= Values =||15 || 0 || || Command code || 1 = 7||16 || 1 || || Payload size || 0 - 254||17 || 2 - 255 || || Payload ||||18 13 19 14 {{{ … … 30 25 }}} 31 26 27 Command message structure 28 29 ||= Byte =||= Bitmask =||= Description =||= Values =|| 30 || 0 || || Command code || 1 - 7|| 31 || 1 || || Payload size || 0 - 254|| 32 || 2 - 255 || || Payload |||| 33 32 34 33 35 Examples