How to enter subscriber number in AT commands using C#

+STIN: 3
AT+STGI=3
+STGI: 0,1,10,12,0,“Subscriber number:”
OK

manual code from wavecom
AT+STGR=3,1<CR>
>0000<Ctrl Z>

I am trying by "AT+STGI=3,“01878283879"” amd "AT+STGR=3,“01878283879"” by both command return 0.
I am using wavecom 8 port modem for mobile recharge desktop apps. pls help me.

Hi rohol,

Not sure which product you are using, can you try:

AT+STGR=3,1,01878283879

2nd parameter used to specify the response is given by user.

Hope it helps.
Thx