问题
How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE?
回答1:
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!
回答2:
BB KB Article: How To - Send SMS text messages between two BlackBerry Smartphone Simulators
来源:https://stackoverflow.com/questions/1403399/sms-between-two-blackberry-simulators