Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: which design pattern to use ..when software needs to be OS independent Pin
Maximilien11-Feb-14 3:13
Maximilien11-Feb-14 3:13 
Questionmodbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 1:11
Member 102964189-Feb-14 1:11 
SuggestionRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 1:42
mveRichard MacCutchan9-Feb-14 1:42 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 1:58
Member 102964189-Feb-14 1:58 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 2:14
mveRichard MacCutchan9-Feb-14 2:14 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 2:57
Member 102964189-Feb-14 2:57 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 3:08
mveRichard MacCutchan9-Feb-14 3:08 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 4:05
Member 102964189-Feb-14 4:05 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 6:04
mveRichard MacCutchan9-Feb-14 6:04 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 4:52
Member 102964189-Feb-14 4:52 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Shyam Kodase12-Feb-14 19:55
Shyam Kodase12-Feb-14 19:55 
QuestionA problem regarding EOT Pin
chahthuranga8-Feb-14 20:32
chahthuranga8-Feb-14 20:32 
AnswerRe: A problem regarding EOT Pin
Richard MacCutchan8-Feb-14 23:48
mveRichard MacCutchan8-Feb-14 23:48 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 0:03
chahthuranga9-Feb-14 0:03 
GeneralRe: A problem regarding EOT Pin
Richard MacCutchan9-Feb-14 0:10
mveRichard MacCutchan9-Feb-14 0:10 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 1:32
chahthuranga9-Feb-14 1:32 
yes im sorry...
server_send_packet(sockt,DownCofig_PARAM_OBJ.transmitData);
//Think some third party give me to some library and i want to send my data to that library then that //library some data called "transmitData" .Then i send this data to the server.

server_rcv_packet(sockt,rcv,300,0);
//then server response i take to this rcv buffer and send to library.So this rcv data has EOT(0x04) i want read this rcv buffer data until this EOT so how can i do this.
GeneralRe: A problem regarding EOT Pin
Richard MacCutchan9-Feb-14 1:40
mveRichard MacCutchan9-Feb-14 1:40 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 2:01
chahthuranga9-Feb-14 2:01 
GeneralRe: A problem regarding EOT Pin
Richard MacCutchan9-Feb-14 2:13
mveRichard MacCutchan9-Feb-14 2:13 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 2:26
chahthuranga9-Feb-14 2:26 
Questionexcel automation - window doesn't come to the foreground in Windows Server 2008 Pin
AmVal7-Feb-14 11:30
AmVal7-Feb-14 11:30 
AnswerRe: excel automation - window doesn't come to the foreground in Windows Server 2008 Pin
AmVal11-Feb-14 4:50
AmVal11-Feb-14 4:50 
QuestionAdding XML file to Win32 Project and Dynamically Load Data Pin
Don Guy6-Feb-14 13:07
Don Guy6-Feb-14 13:07 
AnswerRe: Adding XML file to Win32 Project and Dynamically Load Data Pin
Richard Andrew x646-Feb-14 15:20
professionalRichard Andrew x646-Feb-14 15:20 
QuestionEthernet code for talking to Hardware I/O Pin
Mike Grove5-Feb-14 23:26
Mike Grove5-Feb-14 23:26 

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.