Seite 1 von 1

S/W Development Help

Verfasst: Fr 20. Apr 2007, 07:00
von agnijith
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)

Verfasst: Fr 20. Apr 2007, 07:09
von FJ
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.

Verfasst: Fr 20. Apr 2007, 07:11
von agnijith
Thank you so much for the fast reply.
I see that it's not that easy. But I guess I can figure out something.

Verfasst: Fr 20. Apr 2007, 07:17
von FJ
Its not easy but its also not complicated. The best is to take a look at the logfile of MyPhoneExplorer. Most things in the OBEX-Refrence arent needed.

Verfasst: Fr 20. Apr 2007, 07:29
von agnijith
Is that the DEBUG file? I don't know German anything... And I found an XPI file in the installation directory... Is that a Firefox extension? It isn't installed on my FX-2 anyway.
Once again, thank you for taking your time!

Verfasst: Fr 20. Apr 2007, 07:32
von FJ
Yes its the debug-file.
The OBEX things are english and besides a bytestream is languageindependend ;-)