How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE?
Asked
Active
Viewed 1,753 times
2 Answers
3
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!

Jan Gressmann
- 5,481
- 4
- 32
- 26
-
I haven't tried this, but do you need to provide different PINs in the rimpublic.property file to send between the simulators? – JustinD Sep 10 '09 at 22:12