I have Mobile Broadband adapter. I need to be able to send AT commands to the modem from code. I can do that using hyperterminal. In my device list Broadband adapter determined as WWAN adapter:
I can connect to the modem using hyperterminal:
and send at commands.
But I can't figure out how can I do that from code (C# or C++). What protocol I must use and what port to connect (this is not COM)? Sniffing by wireshark wwan gives absolutely nothing.
Could you give me some advice?