11-05-2007 07:19 PM
11-07-2007 09:18 AM
11-07-2007 11:43 AM
11-08-2007 02:21 PM
11-08-2007 02:30 PM
Hi,
Thanks For the reply.
I tried the Example of LIN Slave Response and Receive and for that example which is written in console C. It works perfectly fine and giving no Status error at all.I tried to do same things in C++ with MFC that particular API (ncWrite) giving me errorneous status. Ya In this application Master is sending the Header and ID and based on this ID the slave is responding with the data value of the frame. Example program sending the data correctly and sending zero as status back While my GUI sending data correctly as I can verify through Scope and through my controller which is the Master bu getting STATUS back as negative number that means some error in frame. I have a error attributes also true in my App.
Let me know what would next I can try to figure out this mystery. As I can't see any thing after once API get called in my debugger even.
Thanks
Chirayu
11-09-2007 09:39 AM