Click here to Skip to main content
15,906,106 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ class hierarchy [modified] Pin
Nirmal Khatri5-Jul-06 19:25
Nirmal Khatri5-Jul-06 19:25 
AnswerRe: C++ class hierarchy Pin
_AnsHUMAN_ 5-Jul-06 19:32
_AnsHUMAN_ 5-Jul-06 19:32 
AnswerRe: C++ class hierarchy Pin
toxcct5-Jul-06 21:39
toxcct5-Jul-06 21:39 
QuestionSpin control Pin
Member 30398435-Jul-06 18:47
Member 30398435-Jul-06 18:47 
AnswerRe: Spin control Pin
Ram Murali5-Jul-06 19:21
Ram Murali5-Jul-06 19:21 
GeneralRe: Spin control Pin
Member 30398435-Jul-06 20:39
Member 30398435-Jul-06 20:39 
AnswerRe: Spin control Pin
Nishad S6-Jul-06 0:17
Nishad S6-Jul-06 0:17 
Questionproblem in receiving correct packet [modified] Pin
thathvamsi5-Jul-06 18:44
thathvamsi5-Jul-06 18:44 
hello friends,,
I have established serial communication with RABBIT3000 (an 8 bit microcontroller).

The packet from the microcontroller is sent to the PC only on the PC demanding it. The demand is sent through one of the variables in the packet sent from PC.

When the PC receives packet from the microcontroller, it receives the correct packet for the first time. During my second request and further,
the Pc keeps receiving the same packet that it received first.
The packet from the microcontroller is updated on some conditions so that its different values in the packet memebers each time it is sent to teh PC on demand.
but when I try sending a different packet (microcontroller updates the packet structure members) to the PC, it still receives only the same packet that it received first and not the updated one.

I receive the packet using Readfile and store the values in a circular buffer.

On the microcontrollers end, the changed values is what is sent in the packet. I have debugged on the microcontroller end and it is fine.
Why is the PC receiving the same packet ?
What could be the possibility? any suggestions?

Thanks in advance.


-- modified at 1:49 Thursday 6th July, 2006
QuestionCommunication from Dialog to CFormView Pin
Uday Janaswamy5-Jul-06 18:26
Uday Janaswamy5-Jul-06 18:26 
QuestionRe: Communication from Dialog to CFormView Pin
Hamid_RT5-Jul-06 19:31
Hamid_RT5-Jul-06 19:31 
AnswerRe: Communication from Dialog to CFormView Pin
Uday Janaswamy5-Jul-06 19:41
Uday Janaswamy5-Jul-06 19:41 
QuestionRe: Communication from Dialog to CFormView Pin
Hamid_RT5-Jul-06 19:48
Hamid_RT5-Jul-06 19:48 
AnswerRe: Communication from Dialog to CFormView Pin
Uday Janaswamy5-Jul-06 20:22
Uday Janaswamy5-Jul-06 20:22 
GeneralRe: Communication from Dialog to CFormView Pin
Uday Janaswamy5-Jul-06 20:56
Uday Janaswamy5-Jul-06 20:56 
GeneralRe: Communication from Dialog to CFormView Pin
Hamid_RT5-Jul-06 21:18
Hamid_RT5-Jul-06 21:18 
GeneralRe: Communication from Dialog to CFormView Pin
Uday Janaswamy5-Jul-06 22:50
Uday Janaswamy5-Jul-06 22:50 
QuestionObject moving [modified] Pin
trinh_van5-Jul-06 17:54
trinh_van5-Jul-06 17:54 
AnswerRe: Object moving Pin
_AnsHUMAN_ 5-Jul-06 18:18
_AnsHUMAN_ 5-Jul-06 18:18 
GeneralRe: Object moving Pin
ThatsAlok5-Jul-06 18:38
ThatsAlok5-Jul-06 18:38 
AnswerRe: Object moving Pin
ThatsAlok5-Jul-06 18:38
ThatsAlok5-Jul-06 18:38 
AnswerRe: Object moving Pin
Hamid_RT5-Jul-06 19:26
Hamid_RT5-Jul-06 19:26 
Questionremoving a .h or .cpp from a project Pin
locoone5-Jul-06 17:08
locoone5-Jul-06 17:08 
AnswerRe: removing a .h or .cpp from a project Pin
Ram Murali5-Jul-06 17:17
Ram Murali5-Jul-06 17:17 
GeneralRe: removing a .h or .cpp from a project Pin
locoone5-Jul-06 17:22
locoone5-Jul-06 17:22 
Questionkeyboard key event Pin
Ram Murali5-Jul-06 16:35
Ram Murali5-Jul-06 16:35 

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.