Hi,
Thank you for that answer
Can you explain a bit how can I instruct my developer based on a provided CANID value, lets say 0x18DAxxyy
What values / code he should run?
Our software doesn't know what CANID the user will be needing, so we need to be flexible.
Search found 4 matches
- Wed 4. Nov 2020, 08:31
- Forum: PCAN-UDS
- Topic: UDS to a certain CANID
- Replies: 8
- Views: 6923
- Tue 3. Nov 2020, 15:09
- Forum: PCAN-UDS
- Topic: UDS to a certain CANID
- Replies: 8
- Views: 6923
Re: UDS to a certain CANID
Hi,
Thank you for the clarification, I haven't tried it yet, but I noticed that my '.h' file has a:
CANTP_SetValue_2016
function and not CANTP_SetValue, am I including the wrong file?
Thank you for the clarification, I haven't tried it yet, but I noticed that my '.h' file has a:
CANTP_SetValue_2016
function and not CANTP_SetValue, am I including the wrong file?
- Tue 3. Nov 2020, 13:37
- Forum: PCAN-UDS
- Topic: UDS to a certain CANID
- Replies: 8
- Views: 6923
Re: UDS to a certain CANID
Hi Marvin,
I am not quite following how these two answers relate to my issue, I want to call:
UDS_SvcWriteDataByIdentifier
I do not want to call UDS_Write
Also, AddMapping appears to be missing from the headers of PCAN-UDS, where are they being provided (for C++)?
Maybe it has transitioned to ...
I am not quite following how these two answers relate to my issue, I want to call:
UDS_SvcWriteDataByIdentifier
I do not want to call UDS_Write
Also, AddMapping appears to be missing from the headers of PCAN-UDS, where are they being provided (for C++)?
Maybe it has transitioned to ...
- Tue 3. Nov 2020, 12:05
- Forum: PCAN-UDS
- Topic: UDS to a certain CANID
- Replies: 8
- Views: 6923
UDS to a certain CANID
Hi,
I am trying to write to a certain CANID value when it sends the UDS packets
I already saw some samples that talk about using custom CANID, but from the documentation it seems I don't need it because its says that I should use (page 340):
CAN ID 0x14CEXXYY/0x14CDXXYY (data link layer priority 5 ...
I am trying to write to a certain CANID value when it sends the UDS packets
I already saw some samples that talk about using custom CANID, but from the documentation it seems I don't need it because its says that I should use (page 340):
CAN ID 0x14CEXXYY/0x14CDXXYY (data link layer priority 5 ...