Kumar
Kumar

Reputation: 5469

SMS between two BlackBerry simulators

How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE?

Upvotes: 3

Views: 1759

Answers (2)

Jan Gressmann
Jan Gressmann

Reputation: 5541

You need to launch the simulators from the commmand line using these parameters:

/sms-source-port={uint}
/sms-destination-port={uint}

Launch two simulators instances and just switch source & destination ports on them!

Upvotes: 3

Related Questions