Search found 5 matches

by mahaveerhanuman
Wed 28. May 2014, 14:49
Forum: PCAN-XCP
Topic: XCP communication with PCAN view
Replies: 1
Views: 7890

XCP communication with PCAN view

Hallo,

Can we able to send commands manually using PCAN_ View to communicate with XCP protocol devices.

Thanks.
by mahaveerhanuman
Thu 3. Apr 2014, 10:45
Forum: PCAN-Basic
Topic: how to check message sent or not
Replies: 5
Views: 7247

Re: how to check message sent or not

Hi U.Wilhelm thanks for your reply,
#__________________________________________________________________________________________________
#-------------Reading----------------------------------
#_________________________________________________________________________________________________
can ...
by mahaveerhanuman
Wed 2. Apr 2014, 15:43
Forum: PCAN-Basic
Topic: how to check message sent or not
Replies: 5
Views: 7247

Re: how to check message sent or not

Thanks Michael,

Recently, I have started working with python programming to communicate with PCAN-usb(Channel1) interfaced with ECU.
I am able to Initialize PCAN-USB, write message but i am unable to receive the data from ECU.
__________________________
but while using the PCAN view Explorer-5 I ...
by mahaveerhanuman
Wed 2. Apr 2014, 14:49
Forum: PCAN-Basic
Topic: how to check message sent or not
Replies: 5
Views: 7247

how to check message sent or not

Hallo,
I am using the PCAN_USB 1chan hardware to send a message.
Is there any chance I can know that the message was sent correctly ?

I always receive a PCAN_ERROR_OK .
thankyou
by mahaveerhanuman
Wed 2. Apr 2014, 14:45
Forum: PCAN-Basic
Topic: Python _PCAN_USB_Read
Replies: 1
Views: 6027

Python _PCAN_USB_Read

hello,
Hi every one,
I am new to this python programming.

Recently, I have started working with python programming to communicate with PCAN-usb(Channel1) interfaced with ECU.
I was able to Initialize PCAN-USB, write message but i am unable to receive the data from it ...