I'm using C# to command a GSM/GPRS modem via a serial port.
Can I write the commands to the port one after another without a gap or should I wait for the response form the modem after the last command? Using something like Thread.Sleep.
I use it to send SMS to multiple phone numbers.
=======