Search found 3 matches

by Alex Stepanov
Wed 1. Jun 2016, 14:52
Forum: PCAN-RP1210
Topic: Problem with RP1210_ClientConnect
Replies: 5
Views: 11579

Re: Problem with RP1210_ClientConnect

Hello,

Now I have problem with reading messages using J1939 protocol.

I called a RP1210_ClientConnect function with nIsAppPacketizingIncomingMsgs parameter set to 0.

When I read a message using RP1210_ReadMessage I receive only an RTS frame with correct source and destination addresses. This ...
by Alex Stepanov
Thu 12. May 2016, 13:09
Forum: PCAN-RP1210
Topic: Problem with RP1210_ClientConnect
Replies: 5
Views: 11579

Re: Problem with RP1210_ClientConnect

Hello!

Setting channel to "0" in PCAN Nets config helped (initialy it was set to "1")!

Thanks a lot!
by Alex Stepanov
Thu 12. May 2016, 11:14
Forum: PCAN-RP1210
Topic: Problem with RP1210_ClientConnect
Replies: 5
Views: 11579

Problem with RP1210_ClientConnect

Hello!

I have a problem when communicating with PCAN-USB adapter which is connected to
J1939 simulator. The device was set to use RP1210 in PCAN Nets utility and I can
view data from it using PcanView.

I am writing a Qt-based program. I successfuly loaded PCANRP32.dll and exported
API functions ...