user2880783
user2880783

Reputation: 165

How to communicate with GSM modem from c++ code

I have huawei GSM modem and I wish to read and send SMS from my c++ application. Does anybody know how to establish communication from code (what are communication protocols, I know how to connect to serial port and read and write data there).

I have read something about AT commands but don't know how to apply it.

Upvotes: 1

Views: 2080

Answers (1)

David C Adams
David C Adams

Reputation: 1973

You just sent the AT commands as strings via the serial port

Upvotes: 1

Related Questions