Die Suche ergab 7 Treffer

von Hemnath
Do 14. Jan 2010, 10:12
Forum: English section
Thema: is it a Bug in Myphoneexplorer 1.7.4
Antworten: 1
Zugriffe: 3137

is it a Bug in Myphoneexplorer 1.7.4

i have been using My phone explorer for more than 7-8 months.

i have been updated to Myphoneexplorer 1.7.4, few months back.

i have been experiencing this problem in this version of Myphone explorer.

when ever i delete the messages from inbox from Myphoneexplorer. it just gives us the impression ...
von Hemnath
Di 29. Sep 2009, 05:16
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

I have downloaded your Sample SMS vb program from your Server. You Can delete the file. Thanks for your Sample code...
von Hemnath
Mo 28. Sep 2009, 05:40
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

Sorry FJ i didn't get any mails from you. till now.
This is my mail id: adhemnath@gmail.com
von Hemnath
So 27. Sep 2009, 20:09
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

FJ hat geschrieben:You've got mail
This is my mail id adhemnath@gmail.com.
von Hemnath
So 27. Sep 2009, 15:17
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

Another point (before is tart debuging your code)
MSComm does work only from COM1 to COM16 - with Bluetooth there are often much higher ports linked. Do you want also a notification on incoming messages ? If not then it would be possible to handle the communication via Win32-API in VB6.


No i ...
von Hemnath
So 27. Sep 2009, 12:39
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

Did you set the RThreshold-Property to 1 ? Maybe its also better to use AT+CBC for detection, cause regular ISDN-Modems answer also with OK on "AT+<CR>". MyPhoneExplorer does not use vbCR as Terminator, it uses vbNewLine

Microsoft HyperTerminal.

AT
OK
ATI
Sony Ericsson T700

OK
AT+CMGS=23 ...
von Hemnath
So 27. Sep 2009, 12:34
Forum: English section
Thema: can anybody help me in sending a sms using bluetooth.
Antworten: 11
Zugriffe: 9816

Re:Re: sending a sms using bluetooth.

Did you set the RThreshold-Property to 1 ? Maybe its also better to use AT+CBC for detection, cause regular ISDN-Modems answer also with OK on "AT+<CR>". MyPhoneExplorer does not use vbCR as Terminator, it uses vbNewLine

I set the RThreshold-Property to 1 and i used the Vbnewline which is send as ...