Questions tagged [gsmcomm]
36 questions
0
votes
1 answer
How to send a long(160 or more characters) text message?
Everyone
I am trying to write a code in c# where I could send a text message that has 160 or more characters using the GSMComm libray.
What I've done is I divided my message into parts/message and send them to my clients. The problem is, the clients…

Dac
- 210
- 3
- 19
0
votes
0 answers
Sending SMS in ASP.NET gets this System.NullReferenceException
I am trying to send SMS message using a GSM modem in ASP.NET. I tried using this code in my .NET application it works. But when I ran it in a Web app. Doesnt work.
I am using GSMComm library.
Whenever Im tryin to send a message I get this error:…

VincentOscar Maceda
- 69
- 7
0
votes
1 answer
C# GSMcomm extract SMS when MessageReceived is triggered
Is there a way to extract the content of a newly received message and place it in a string variable when the MessageReceived event is triggered?

Dustin Catap
- 411
- 5
- 11
0
votes
0 answers
Memory leak when phone is disconned unexpectedly
What causes leaking the memory when a phone/GSM module is disconnected unexpectedly, although there are no tasks are being carried out. And How do I handle it. In my application the phone is connected via data cable and gsmcomm library/AT-COMMANDS.…

Imran Kanjoo
- 57
- 2
- 13
-1
votes
0 answers
QUECTEL EC21 http get response is different on each query
I'm trying to run get query on arduino.
here are my code.
#include // https://github.com/alextaujenis/RBD_Timer
RBD::Timer timer(500);
int cnt = -1;
const String webURL =…

bladekel
- 13
- 3
-1
votes
1 answer
using GSMComm in Linux
I have developed a simple application (with VS2013) to send and received text messages via a GSM modem in C# using GSM Communication Library (GSMComm). Now, I want to use it on my “raspberry pi” with the help of mono. Everything is fine, but the big…

LeXela-ED
- 65
- 1
- 8