views:

578

answers:

2

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

+2  A: 

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
I haven't tried this, but do you need to provide different PINs in the rimpublic.property file to send between the simulators?
JustinD