I’m working with the MC7304 on Windows Server 2008 R2 with the latest Drivers (Build v. 4277).
I can communicate with the Modem via the Modem command port (COM4). This is successful until a connection via the Modem is established.
Firmware is SWI9X15C_05.05.58.00 r27038 carmd-fwbuild1 2015/03/04.
Question: Is there a seperate AT-Command Port to communicate with the Modem while a the Modem is connected to the Internet?
The device Manager shows only two Serial Ports: 1) Sierra Wireless DM Port (COM5) and 2) Sierra Wireless NMEA Port (COM3).
Note: Previously i have worked with the MC8795V which shows a seperate AT-Command Port.
i have found the windows drivers previously… but i don’t find any sdk provided with the driver package?
What i need is a API/SDK for windows (for linux i have found this: source.sierrawireless.com/resour … 03,-d-,10/)
The driver only presents a standard windows interface to the modem module.
The easiest way to send SMS from windows (now that you have the drivers installed) is probably to use the windows SMS api. As a start, have a look at the following:
It’s my experience that when these modules are enumerated by Windows, there are a number of devices registered - one of which is the AT command port which registers as a virtual serial port (eg COM something). This means that you can use a serial terminal program (Tera Term/Hyperterminal/PuTTY etc) to connect to the module and manually send AT commands. Or you can write a script or application which opens the serial port and sends AT commands.
The answer for obtaining the API is in the end of this thread:
So you’ll have to check with your local distributor to get it.
jep… this is true for the modem which i have used previously, but not for the MC7304.
I’m in contact with the distributor, but the first thing i received from them was a guide about at-commands…
@Rex_alex: My distributor told me that he is in contact with SIERRA, but doesn’t get any useful response. Is there a contact person for distributors which is able to provide the sdk? My distributor feels a little lost…