Author |
Post |
|
#1 Wed May 27, 2009 18:18, 192 months ago.
|
Member
Registered: May 2009
Location: Pakistan
|
I have done everything that is required and now I am getting the following error in the log file
Please help!!
2009-05-28 00:17:07,2, smsd: Smsd v2.2.20 started. 2009-05-28 00:17:07,6, smsd: outgoing file checker has started. 2009-05-28 00:17:07,6, GSM1: Modem handler 0 has started. 2009-05-28 00:17:07,3, GSM1: Cannot open serial port, cause: No such file or directory 2009-05-28 00:17:07,2, GSM1: Modem handler 0 terminated. 2009-05-28 00:17:09,6, smsd: Moved file /var/spool/sms/outgoing/send_f640Db to /var/spool/sms/checked
|
|
#2 Wed May 27, 2009 18:23, 192 months ago.
|
Member
Registered: May 2009
Location: Pakistan
Topic owner
|
I am using sms tools 2
and tried it on sony ericsson z530 and sony erricson w810i
on windows vista ... tried with bluetooth connection and cable connection ... all failed! (also tell me how to get my correct com port number ... I took the one that is installed like serial link com port driver with bluetooth or cable drive installation.) PLEASE HELP!!
|
|
#3 Thu May 28, 2009 07:52, 192 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
First check from the Sony Ericsson manual what is a supported baud rate and if you cannot find this information, try using baudrate = 9600 or baudrate = 19200.
Phone driver or bluetooth driver should say what COM port is used. If you cannot find installed port from device manager, you just have to guess and try it.
First serial port in Cygwin is /dev/com1. From the device manager you should at least see what fixed COM ports are available, like COM1 and COM2. For example start with /dev/com3 and try the next and the next until the lost port is found. Notice the naming, use slash instead of backslash.
|