How does AT commands work? are they interpreted on the modem drivers? or are they interpreted inside the modems?
Asked
Active
Viewed 1,770 times
2 Answers
0
The modem application layer interprets them.
Drivers control hardware and resources.
So if you pass an AT command to the modem, the application layer will interpret it and execute it.
Where necessary, the application layer will in turn pass the relevant command(s) to the relevant driver, or the command might just be at the application level.
Techboy
- 383