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 |
Describe a pattern that is not the factory pattern?
Tell me what is interaction semantics used in embedded systems?
What is difference between using a macro and a in line function?
What is the need for an infinite loop in embedded systems?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
Why is it better to use multi-threading polling instead of a single threading model?
Tell me what are the qualifiers in c?
How does the interrupts handle by using the threads?
What are real-time embedded systems?
Do you know what is the use of volatile keyword?
If a system goes blank, how do you debug it?
Please explain the difference between mutexes vs semaphores?