Seite 1 von 2
Trying for a new product to enable dumb ppl to speak
Verfasst: Do 25. Dez 2008, 15:58
von gokulkumar
Developers am planning to develop a s/w guided product to enable a dumb person talk on phone i need assistance in developing this,Below this i've specified the informaation about what i am planning to do.
Hardware:
* Planning to integrate a bluetooth dongle and a bluetooth headset
* Connect the audio input of the headset to the mic of the PC and the Audio output to the PC'sd Speaker.
Software
*Create an interface something like that of the myphone explorer (ref:www.fjsoft.en) which carries ou the works of messaging and attnding the phone calls
*Added to which adding a predictive typing enabled Text-Speech convertor which can convertthe test entered by a erson and change it into voice which can be transmitter over phone
I need assistance on this.Since i am a kid to this developer society am expecting help from all regarding the way in which i can develop this product of mine
Thankx a looot in advance
Verfasst: Do 25. Dez 2008, 16:45
von FJ
Point 1,2 and 4 is not my workingplace.
Point 3: Download the AT-Commandrefrence from the developersites of SE. Then connect to the phone throught the Modeminterface and send/listen for the specified commands.
Verfasst: Sa 3. Jan 2009, 18:28
von gokulkumar
what interface can i use to best communicate with the phone (ie. use AT commands)
which platform can i work...??
Verfasst: Sa 3. Jan 2009, 21:11
von FJ
Task 3 is only possible with AT commands. And f.e. forwarding active calls or incoming calls is also only possible on SonyEricsson-Phones.
The platform is not important. In every programming-language you have ways to create serial connections
Verfasst: So 4. Jan 2009, 18:53
von gokulkumar
hardware side am done with it...
am jus giving the audio connections of the bt-headset to the PC,s audio system
s/w side am zero i need to start with the interface so may i know the kind of developer tool which i can use for the interface development where i can work on my
AT commands
Verfasst: Mo 5. Jan 2009, 14:34
von FJ
Verfasst: Mo 5. Jan 2009, 17:31
von gokulkumar
hey yaar......
i got it... i'd downloaded it long tym back but i need to create an interface...
so ehich one do u prefer for mr to create a good interface
Verfasst: Mo 5. Jan 2009, 18:33
von FJ
I don't understand whats the problem. You can use .NET, C#, VB, Delphi - it really does not matter.
Verfasst: Di 6. Jan 2009, 00:24
von weinbi
FJ hat geschrieben:You can use .NET, C#, VB, Delphi - it really does not matter.
You just have to create serial connection, this can be done with most or even every programming languages.
Verfasst: Di 6. Jan 2009, 14:01
von gokulkumar
ok thnx a looot ll start workin with it.... and gt back to you if i find some problems...
thnx a loooooooot
Verfasst: Di 27. Jan 2009, 15:56
von gokulkumar
can u help me with the sms encoding
Verfasst: Di 27. Jan 2009, 18:21
von FJ
Verfasst: Mo 23. Feb 2009, 16:02
von madhuran
can u help me reading the phone book and display it in a list box..!!! I'm using VB.Net for coding..!!
Verfasst: Mo 23. Feb 2009, 17:30
von FJ
Its all described in the linked Commandrefrence. Additionally you need some documents about the OBEX-Protocol, you can find it with Google.
Besides this you can take a look at the Logfile of MPE - the whole communication is logged there.
Verfasst: Mo 23. Feb 2009, 18:02
von madhuran
can u help me with sending sms?? i get pdu code error..! error 304!
i used pdu convertor also!
Verfasst: Mo 23. Feb 2009, 22:24
von FJ
Post the PDU-Code and the AT-Command you used for sending.
Did you download the sample i linked ?
Verfasst: Do 26. Feb 2009, 18:02
von gokulkumar
i didnt get any sample
Verfasst: Do 26. Feb 2009, 18:12
von FJ
Open your eyes and read the whole thread!
Verfasst: Do 26. Feb 2009, 18:43
von gokulkumar
hhey common i read the whole thread it was 1 for reading sms not 4 sending...
chill man i may b wrong try correcting...... thnx in advans
Verfasst: Do 26. Feb 2009, 19:00
von FJ
The example contains also the algorythm for encoding messages to PDU-Code (which is need for sending). I think you want that i write your application
EDIT: I found on my PC another sample were sending sms is fully implemented, you'll get it throught email....