Other Parts Discussed in Thread: HALCOGEN
hell sir
i written a code for CAN tx and rx communication but im receiving the sending data but in a revers form so can u help me with it what im doing wrong in code or halcogen
here my code is:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hell sir
i written a code for CAN tx and rx communication but im receiving the sending data but in a revers form so can u help me with it what im doing wrong in code or halcogen
here my code is:
Hi Jeev,
I am attaching couple of CAN examples here; can you please refer them and try to solve by yourself. If issue still not rectified, then i will go through your code.
--
Thanks & regards,
Jagadish.
i refer the code u attached but still im getting same problem what ever im receiving it revers of all data
Hi Jeev,
Is it possible for you to attach complete project?
--
Thanks & regards,
Jagadish.
i already put the screen shot their or cn u tell me how to attach full project
Hi Jeev,
i already put the screen shot their or cn u tell me how to attach full project
Screenshots are not enough, i can't see everything in screenshots.
zip the complete project and attach it?
If you don't know how to attach complete project, please refer below thread:
--
Thanks & regards,
Jagadish.
Hi Jeev,
One mistake is below:
You are declaring tx_data buffer as just 8 characters size right?
But in dumpSomeData function you are just trying to move 64 charactters?
This is just array overflow condition right? So please correct this mistake?
--
Thanks & regards,
Jagadish.
is there any other mistake im doing in this code or do i have to change any configuration in halcogen
Hi Jeev,
My suggestion is first try to increase the buffer sizes like as shown below and test it and let me know the results?
--
Thanks & regards,
Jagadish.