We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
HOW TO INTERFACE WAVECOM MODEM WITH ARM7TDMIS??
Wavecom modems may be programmed themselves for required functionality . Yet if needed an external interface then they can be controlled through serial port i.e. interface your micros (ARM) serial port to the serial port of WAVECOM modem and control it through AT commands. The commands can be found in wavecoms document.
Suvidh
(Some) Wavecom modems have some general-purpose IO (GPIO) pins in addition to the serial port - so that's also an option for communicating with another processor (I2C is supported).
The Wavecom modem cotnains a powerful ARM CPU, so any processing can be done within the modem; the external microcontroller would just need to be a simple IO controller - probably no need for another ARM there!