PCAN-USB sends undefined messages after UDS_Initialize
Posted: Fri 13. Jan 2017, 12:16
Hello,
I am a little stuck on my project. The situation is following:
- I have a CAN network with two nodes UUT and PCAN-USB
- UUT is sending periodically some messages, which are not interesting for me BUT
- just at the moment I call UDS_Initialize(), the PCAN-USB starts to send responses which I didn't configure
- this response follows around 1ms after MSG with ID 0x1BFF8304 (from UUT) and just only when the first data byte is between 0x0F and 0x1F
- CAN-ID of this strange response is 0x1BD827F0
- the same behavior occurs, when UUT is replaced by another USB-CAN converter
What should I do to make PCAN-USB stop responding? Did I forget to configure something?
Radek
I am a little stuck on my project. The situation is following:
- I have a CAN network with two nodes UUT and PCAN-USB
- UUT is sending periodically some messages, which are not interesting for me BUT
- just at the moment I call UDS_Initialize(), the PCAN-USB starts to send responses which I didn't configure
- this response follows around 1ms after MSG with ID 0x1BFF8304 (from UUT) and just only when the first data byte is between 0x0F and 0x1F
- CAN-ID of this strange response is 0x1BD827F0
- the same behavior occurs, when UUT is replaced by another USB-CAN converter
What should I do to make PCAN-USB stop responding? Did I forget to configure something?
Radek