Hi Guys,
I'm trying SMSLib with the Sony Ericsson T700 hand phone on windows xp
SP2. Everytime when srv.startService() is invoked, the computer goes
to the blue screen and after a second, it reboots itself. Here're the
code pieces I've tried:
SerialModemGateway gateway = new
SerialModemGateway("modem.com1",
"COM5", 57600, "Sony Ericsson", "T700");
gateway.setInbound(false);
gateway.setOutbound(true);
gateway.setSimPin(simPin);
srv.setOutboundNotification(outboundNotification);
srv.addGateway(gateway);
srv.startService();
I've run both Windows Hyperterminal and CommTest from SMSLib and found
two relative ports "COM5" and "COM6". Both of them gave me the blue
screen no matter what the baud rate is. Please kindly enlighten what I
should do with this issue.
By the way, Java Comm v2 was successfully installed based on the
instructions.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---