OpenUSSDSession: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command opens a new USSD session and sends specified USSD string on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''OpenUSSDSession''' |PortIndex, USSD string, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# OpenUSSDSession 0 "*111#" </syntaxhighlight>")
 
m (added Category:R2D2 using HotCat)
Line 18: Line 18:
~# OpenUSSDSession 0 "*111#"
~# OpenUSSDSession 0 "*111#"
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:30, 1 April 2025

This command opens a new USSD session and sends specified USSD string on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2)

COMMAND

Command Line Arguments Returns
OpenUSSDSession PortIndex, USSD string, charset Error Code in case of error.

OUTPUT

None

EXAMPLE

~# OpenUSSDSession 0 "*111#"