tags:

views:

33

answers:

1

i want to use some at commands to send ussd , my question is how can i do that?

A: 

It depends on the vendor, some may allow you to do this:

Connection cc = Connector.open("comm:0;baudrate=9000");

Only http is required to be supported, as far as I have seen.

You may want to read this article for more help: http://www.wirelessdevnet.com/channels/java/features/j2me_http.phtml

James Black
Shakes
You may be able to do it in your connection string, but that is the only place I know of that you might be able to do this, but, that depends on the vendor if they povide any support for this.
James Black
I haven't tried this, but you may be able to pass at commands through the connection in my answer, since that would be a serial connection.
James Black