What is Difference between CAN and GMLAN
Answers were Sorted based on User's Feedback
Answer / ram
CAN :-CAN is bus protocol used in vehicle network
communication
GMLAN:- Implemented by GM for diagnosis of vehicle network.
| Is This Answer Correct ? | 7 Yes | 8 No |
Answer / nag
CAN :- Implemented by boach
GMLAN:- Implemented for GM for vehicle network an diagnostics
| Is This Answer Correct ? | 13 Yes | 17 No |
Tell me how are macros different from inline functions?
What is the function of simple thread poll in embedded system?
How does a 3 tier application differ from a 2 tier one?
What are the uses of the keyword static?
What's so great about <cool web technology of the day>?
Describe a pattern that is not the factory pattern? How is it used and when?
Why is it better to use multi-threading polling instead of a single threading model?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
Tell me what is interrupt latency? How can you reduce it?
What is dma in an embedded system?
What are real-time embedded systems?
What is a 'volatile' variable?