Reputation: 5469
How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE?
Upvotes: 3
Views: 1759
Reputation: 22775
BB KB Article: How To - Send SMS text messages between two BlackBerry Smartphone Simulators
Upvotes: 1
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