Click here to Skip to main content
16,021,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert Image To binary Pin
normanS30-Aug-06 19:44
normanS30-Aug-06 19:44 
GeneralRe: Convert Image To binary Pin
javad_200531-Aug-06 7:54
javad_200531-Aug-06 7:54 
GeneralRe: Convert Image To binary Pin
normanS2-Sep-06 20:49
normanS2-Sep-06 20:49 
Questiondata transfer between pc and microcontroller Pin
Muhammad Azeem Azam29-Aug-06 3:12
Muhammad Azeem Azam29-Aug-06 3:12 
QuestionRe: data transfer between pc and microcontroller Pin
David Crow29-Aug-06 4:04
David Crow29-Aug-06 4:04 
AnswerRe: data transfer between pc and microcontroller Pin
Hamid Taebi29-Aug-06 8:08
professionalHamid Taebi29-Aug-06 8:08 
AnswerRe: data transfer between pc and microcontroller Pin
Mike Dimmick29-Aug-06 4:56
Mike Dimmick29-Aug-06 4:56 
AnswerRe: data transfer between pc and microcontroller Pin
mdivya29-Aug-06 9:00
mdivya29-Aug-06 9:00 
Since this is too general a question, I will try to answer using my own experience, with a similar project. If it fits your case fine, otherwise provide more details, and maybe you will get the answers.

I am assuming that you have a micro-controller board with TCP/IP support. You want to connect it to a PC over a network and build your application above that. If the micro_controller has a TCP/IP Server waiting to serve a client, then you need to implement the Client on the PC (or Vice Versa).

Since you most probably want to have something working quickly and build upon that, you can start by doing a search for a simple TCP client (or server depending on what you have on the other side). Download the project and build it. Next you need to configure (eg: Port Number etc..). Here you need the details on how the Server is set up. You can do this without knowing the details of the protocol (just an overall idea as to Client/Server relationship and the config parameters will suffice). This will bring you to the point of an actual connection being setup between the Server and the Client. After this, you need to fill in the blanks by providing whatever it is your application level is.

This should get you started; you can expand upon it as you go along. At some point in time, you can rewrite it to be more efficient for your particular case.

Good Luck.

Cheers,
Marigowda Divya


Questiondialog in menu Pin
radhika2829-Aug-06 3:03
radhika2829-Aug-06 3:03 
AnswerRe: dialog in menu Pin
Nibu babu thomas29-Aug-06 3:32
Nibu babu thomas29-Aug-06 3:32 
GeneralRe: dialog in menu Pin
radhika2829-Aug-06 3:44
radhika2829-Aug-06 3:44 
AnswerRe: dialog in menu Pin
Hamid Taebi30-Aug-06 8:02
professionalHamid Taebi30-Aug-06 8:02 
GeneralRe: dialog in menu Pin
radhika2830-Aug-06 18:31
radhika2830-Aug-06 18:31 
GeneralRe: dialog in menu Pin
Hamid Taebi30-Aug-06 22:28
professionalHamid Taebi30-Aug-06 22:28 
GeneralRe: dialog in menu Pin
radhika2831-Aug-06 1:03
radhika2831-Aug-06 1:03 
QuestionSpawning new process at run time with extra info in the exe. Pin
thomas_tom9929-Aug-06 2:57
thomas_tom9929-Aug-06 2:57 
QuestionRe: Spawning new process at run time with extra info in the exe. Pin
Nibu babu thomas29-Aug-06 3:18
Nibu babu thomas29-Aug-06 3:18 
AnswerRe: Spawning new process at run time with extra info in the exe. Pin
thomas_tom9929-Aug-06 20:28
thomas_tom9929-Aug-06 20:28 
QuestionHow to know there have no program opening a file on Windows Pin
rockryan29-Aug-06 2:35
rockryan29-Aug-06 2:35 
QuestionRe: How to know there have no program opening a file on Windows Pin
David Crow29-Aug-06 4:01
David Crow29-Aug-06 4:01 
Questioninserting Activex Controls Pin
SteamEngine29-Aug-06 2:34
SteamEngine29-Aug-06 2:34 
AnswerRe: inserting Activex Controls Pin
Cedric Moonen29-Aug-06 2:41
Cedric Moonen29-Aug-06 2:41 
QuestionSVG in MFC app Pin
Andre xxxxxxx29-Aug-06 2:04
Andre xxxxxxx29-Aug-06 2:04 
AnswerRe: SVG in MFC app Pin
benjymous29-Aug-06 2:42
benjymous29-Aug-06 2:42 
GeneralRe: SVG in MFC app Pin
Andre xxxxxxx29-Aug-06 2:53
Andre xxxxxxx29-Aug-06 2:53 

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.