S/W Development Help

For user who dont speak german please use this part of my forum
Antworten
agnijith
Beiträge: 14
Registriert: Mi 7. Feb 2007, 08:04

S/W Development Help

Beitrag 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)
FJ
Site Admin
Beiträge: 32109
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag 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.
agnijith
Beiträge: 14
Registriert: Mi 7. Feb 2007, 08:04

Beitrag 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.
FJ
Site Admin
Beiträge: 32109
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag 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.
agnijith
Beiträge: 14
Registriert: Mi 7. Feb 2007, 08:04

Beitrag 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!
FJ
Site Admin
Beiträge: 32109
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag von FJ »

Yes its the debug-file.
The OBEX things are english and besides a bytestream is languageindependend ;-)
Antworten