Search found 2 matches

by CarrocciaGiulia
Fri 10. Jun 2016, 14:41
Forum: PCAN-UDS
Topic: User specific RDI address
Replies: 1
Views: 3818

User specific RDI address

Hi,

I'm trying to send a ReadDataByIdentifier request with RDI 0x1006, can data message as below:
03 22 10 06(hex)

but the CAN output message is :
03 22 90 06(hex)

why the Record Data Identifier ID is 0x 9 006 instead of 0x 1 006

My code below:

request.NETADDRINFO.SA = (byte)TPUDSAddress ...
by CarrocciaGiulia
Mon 9. May 2016, 17:23
Forum: PCAN-Basic
Topic: c#: windows application with peak can basic api and yoct api
Replies: 1
Views: 7360

c#: windows application with peak can basic api and yoct api

Hi,
I'm developing, for work, an app and i need to import peak can basic api and yocto api.
When I started debug I had this exception in peak dll: Attempt to load a program with a format not correct. ( Exception from HRESULT : 0x8007000B ).
I searched in internet and I found that the problem was ...