Hi, I am a programmer and I want to develop an application that implements the OBEX interface, for both learning & to use with my SE K750i. Where should I start? What all classes and APIs need to be created, and where can I find related documentation? Can you please provide any help?
(My preferred languages are VB6 and C#.Net)
S/W Development Help
I have sent you a OBEX-Refrence via mail.
The communication can be handled via pure API (CreatFile, Readfile, Writefile) or via controls like MSComm.ocx. MyPhoneExplorer can use the Win-API (stable connection) or a library from Eltima called SPort.dll.
To init the OBEX-Protocol you have to send "AT*EOBEX" or "AT+CPROT=0" to the phone. You can see the whole bytestreams in the logfile of MyPhoneExplorer (exept of the continuing filetransfer)
If you need classes and code then you have to ask me in two weeks again cause i go tomorrow in holidays.
The communication can be handled via pure API (CreatFile, Readfile, Writefile) or via controls like MSComm.ocx. MyPhoneExplorer can use the Win-API (stable connection) or a library from Eltima called SPort.dll.
To init the OBEX-Protocol you have to send "AT*EOBEX" or "AT+CPROT=0" to the phone. You can see the whole bytestreams in the logfile of MyPhoneExplorer (exept of the continuing filetransfer)
If you need classes and code then you have to ask me in two weeks again cause i go tomorrow in holidays.