Hello Wagner,
Could you please provide a code snippet for transmitting and receiving extended CAN frame with CCP?
I am using C# environment to create a CCP tool.
How to set the extended message type while using CCP?
Could you please help me on this urgently.
Thanks in advance.
Cannot Send ID Above 7FF
Re: Cannot Send ID Above 7FF
Hello,
PLEASE: don't send questions to our support and at the same time post them in the forum; use only one way. This just slow down our work.
You need to set the extended bit (Most Significant Bit on each) of your Extended-Ids for CRO and CTO, for instance:
PLEASE: don't send questions to our support and at the same time post them in the forum; use only one way. This just slow down our work.
You need to set the extended bit (Most Significant Bit on each) of your Extended-Ids for CRO and CTO, for instance:
Code: Select all
CRO: 0x18EF02F9 --> 0x98EF02F9
DTO: 0x18EFF902 --> 0x98EFF902
Best regards,
Keneth
Keneth
Re: Cannot Send ID Above 7FF
Thanks for your support. I was using CCP APIs.
As per your suggestion, I have set the extended bit (Most Significant Bit on each) of your Extended-Ids for CRO and CTO. It is working as expected.
Also I have one more request about the help documentation.
The HTML help files are not working properly(PCANBasic_enu and PCCP_enu). Files are opening but not able to see the contents. Could you please provide the working help files or PDF documentations?
As per your suggestion, I have set the extended bit (Most Significant Bit on each) of your Extended-Ids for CRO and CTO. It is working as expected.
Also I have one more request about the help documentation.
The HTML help files are not working properly(PCANBasic_enu and PCCP_enu). Files are opening but not able to see the contents. Could you please provide the working help files or PDF documentations?
Re: Cannot Send ID Above 7FF
Hello,
The problem is not in the help files but in the Windows security. Check this post for more information.ginopeak wrote:The HTML help files are not working properly(PCANBasic_enu and PCCP_enu). Files are opening but not able to see the contents.
Best regards,
Keneth
Keneth