How to dial a network service number like #100*3# by AT Command? And what is the correct syntax in C# because when I try to dial it, the application considers it as a phone number and I hear a message that means that I can't dial this number.
Note: the code is successfully running and I can successfully dial any phone number but the problem is in the network service numbers.
I tried the following code:
sp.WriteLine("AT+CUSD=1,#"+100+"*3#,15"+Environment.NewLine );