Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: plz help me!! how can i show images on list box control? Pin
CPallini14-Nov-08 3:30
mveCPallini14-Nov-08 3:30 
QuestionUsing c# com dll in c++ application Pin
hariakuthota14-Nov-08 0:30
hariakuthota14-Nov-08 0:30 
AnswerRe: Using c# com dll in c++ application Pin
Alan Balkany14-Nov-08 3:58
Alan Balkany14-Nov-08 3:58 
GeneralRe: Using c# com dll in c++ application Pin
Vijjuuu.16-Nov-08 19:58
Vijjuuu.16-Nov-08 19:58 
QuestionRead data from mobile phone with C++?? [modified] Pin
bosfan14-Nov-08 0:11
bosfan14-Nov-08 0:11 
AnswerRe: Read data from mobile phone with C++?? Pin
Roger Stoltz14-Nov-08 0:58
Roger Stoltz14-Nov-08 0:58 
GeneralRe: Read data from mobile phone with C++?? Pin
bosfan14-Nov-08 3:06
bosfan14-Nov-08 3:06 
AnswerRe: Read data from mobile phone with C++?? Pin
Roger Stoltz14-Nov-08 3:39
Roger Stoltz14-Nov-08 3:39 
termal wrote:
siemens me -> try to connect over RS232


I suggest you opt for this one because it's the simplest interface to "establish a connection" through.
Read here[^] for guidance on how to do that.
Note that you have to know what COM port your device is connected to.

But what happens when you've established the connection?
Then you're supposed to start communicating with the device. What protocol should you use? Do you know the protocol the device expects on that port?
Usually, as I said in my previous post, it's possible to send AT commands using the device as a modem. But the command set may be extended by vendor specific commands that are supposed to be used when "reading from the address book", if this functionality is supported at all through this interface.
You can have a look at this list of AT commands for Motorola phones here[^], but you'll notice that there are a lot of question marks which means that a lot of unknowns.

My point is that you have to know a lot about your device in order to start communicating with it, such as HW interface (RS232) and protocols supported. Protocols may even be nested, i.e. one protocol is wrapped inside another.
You have to know all this before having a chance of doing something right and get answers from the device that actually makes sense.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: Read data from mobile phone with C++?? Pin
David Crow14-Nov-08 3:22
David Crow14-Nov-08 3:22 
QuestionRegistry handling Pin
vijay.victory13-Nov-08 23:52
vijay.victory13-Nov-08 23:52 
AnswerRe: Registry handling Pin
Saurabh.Garg14-Nov-08 0:01
Saurabh.Garg14-Nov-08 0:01 
GeneralRe: Registry handling Pin
vijay.victory14-Nov-08 0:05
vijay.victory14-Nov-08 0:05 
QuestionRe: Registry handling Pin
David Crow14-Nov-08 3:26
David Crow14-Nov-08 3:26 
AnswerRe: Registry handling Pin
CPallini14-Nov-08 0:29
mveCPallini14-Nov-08 0:29 
Questionhow will i be able to show bitmap and text in a list box? Pin
puppya13-Nov-08 23:32
puppya13-Nov-08 23:32 
AnswerRe: how will i be able to show bitmap and text in a list box? Pin
CPallini13-Nov-08 23:53
mveCPallini13-Nov-08 23:53 
QuestionSample application in VC++ using XML. Pin
V K 213-Nov-08 23:32
V K 213-Nov-08 23:32 
AnswerRe: Sample application in VC++ using XML. Pin
CPallini13-Nov-08 23:49
mveCPallini13-Nov-08 23:49 
QuestionDynamic detection of UPnP devices? Pin
suren61213-Nov-08 23:31
suren61213-Nov-08 23:31 
Questionplease how to change this program for read all size for AVI file? Pin
mrlog13-Nov-08 23:11
mrlog13-Nov-08 23:11 
QuestionUnable to use SetDllDirectory call in VS2005 - C++ Pin
LindeA13-Nov-08 22:25
LindeA13-Nov-08 22:25 
AnswerRe: Unable to use SetDllDirectory call in VS2005 - C++ Pin
CPallini13-Nov-08 22:41
mveCPallini13-Nov-08 22:41 
AnswerRe: Unable to use SetDllDirectory call in VS2005 - C++ Pin
LindeA13-Nov-08 23:11
LindeA13-Nov-08 23:11 
AnswerRe: Unable to use SetDllDirectory call in VS2005 - C++ Pin
LindeA14-Nov-08 3:31
LindeA14-Nov-08 3:31 
Questionhow can i display icons or bimaps on status bar on a dialog based application? Pin
puppya13-Nov-08 21:55
puppya13-Nov-08 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.