Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Restoring Window - Help. Pin
David Crow10-Jul-06 2:51
David Crow10-Jul-06 2:51 
GeneralRe: Restoring Window - Help. Pin
Programm3r10-Jul-06 2:57
Programm3r10-Jul-06 2:57 
GeneralRe: Restoring Window - Help. Pin
Programm3r10-Jul-06 3:00
Programm3r10-Jul-06 3:00 
QuestionRe: Restoring Window - Help. Pin
David Crow10-Jul-06 3:05
David Crow10-Jul-06 3:05 
GeneralRe: Restoring Window - Help. Pin
Programm3r10-Jul-06 3:10
Programm3r10-Jul-06 3:10 
GeneralRe: Restoring Window - Help. Pin
David Crow10-Jul-06 3:14
David Crow10-Jul-06 3:14 
GeneralRe: Restoring Window - Help. Pin
Programm3r10-Jul-06 3:19
Programm3r10-Jul-06 3:19 
QuestionData not received properly using COM Port [modified] Pin
Ayesha Farheen10-Jul-06 1:58
Ayesha Farheen10-Jul-06 1:58 
Hi,
Iam sending data to ComPort and using RS-232 cable Iam trying to receive the data at the other end.
I set the properties also(BaudRate,Stop Bits,Parity etc..)both at sender and receiver.

Sending End:
char dataToSend[100];
dataToSend = "asdfsdf ....";
result = WriteFile(handlePort,dataToSend,99,&length,NULL);

Receiving End:
char dataReceived[100];
result = ReadFile(handlePort,dataReceived,99,&length,NULL);
cout << "Data Received = " << dataReceived<
QuestionRe: Data not received properly using COM Port Pin
David Crow10-Jul-06 2:53
David Crow10-Jul-06 2:53 
AnswerRe: Data not received properly using COM Port Pin
Ayesha Farheen10-Jul-06 3:28
Ayesha Farheen10-Jul-06 3:28 
GeneralRe: Data not received properly using COM Port Pin
earl10-Jul-06 4:37
earl10-Jul-06 4:37 
GeneralRe: Data not received properly using COM Port [modified] Pin
Ayesha Farheen10-Jul-06 20:29
Ayesha Farheen10-Jul-06 20:29 
GeneralRe: Data not received properly using COM Port Pin
earl11-Jul-06 3:55
earl11-Jul-06 3:55 
AnswerRe: Data not received properly using COM Port Pin
Cool Ju10-Jul-06 21:03
Cool Ju10-Jul-06 21:03 
GeneralRe: Data not received properly using COM Port Pin
Ayesha Farheen10-Jul-06 22:04
Ayesha Farheen10-Jul-06 22:04 
GeneralRe: Data not received properly using COM Port Pin
Cool Ju10-Jul-06 23:12
Cool Ju10-Jul-06 23:12 
QuestionAdding ActiveX Pin
Semion_N10-Jul-06 1:39
Semion_N10-Jul-06 1:39 
AnswerRe: Adding ActiveX Pin
RockyJames10-Jul-06 1:42
RockyJames10-Jul-06 1:42 
GeneralRe: Adding ActiveX Pin
Semion_N10-Jul-06 1:52
Semion_N10-Jul-06 1:52 
AnswerRe: Adding ActiveX [modified] Pin
Naveen10-Jul-06 1:43
Naveen10-Jul-06 1:43 
AnswerRe: Adding ActiveX Pin
Semion_N10-Jul-06 3:19
Semion_N10-Jul-06 3:19 
GeneralRe: Adding ActiveX Pin
Abhi Lahare10-Jul-06 3:42
Abhi Lahare10-Jul-06 3:42 
GeneralRe: Adding ActiveX Pin
Semion_N10-Jul-06 4:14
Semion_N10-Jul-06 4:14 
GeneralRe: Adding ActiveX Pin
Abhi Lahare10-Jul-06 18:57
Abhi Lahare10-Jul-06 18:57 
GeneralRe: Adding ActiveX Pin
Abhi Lahare10-Jul-06 18:58
Abhi Lahare10-Jul-06 18:58 

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.