

So you leave us to guess, which most of us don't like to do.

But, I know a lot about Windows CE and serial - so since nobody else replied, I will jump in. SerialPort1.Write(GLOBAL_SMS_Message & Chr(26)) SerialPort1.Handshake = Handshake.RequestToSend SerialPort1 = New System.IO.Ports.SerialPort()

Private Sub btnsend_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnsend.Click currently I can send SMS using below code. I'm Try to Send USSD code for check balance and capture the USSD reply from the provider.
