Search found 2 matches

by ZymDap
Tue 28. Jan 2020, 12:37
Forum: PCAN-USB Pro FD
Topic: Reading problem using LINAPI
Replies: 4
Views: 6997

Re: Reading problem using LINAPI

Yes, that's the point. Now everything is working. Just thought that LIN_Read() function sends the request at first and then reads. Thanks for help.
by ZymDap
Tue 28. Jan 2020, 08:01
Forum: PCAN-USB Pro FD
Topic: Reading problem using LINAPI
Replies: 4
Views: 6997

Reading problem using LINAPI

Hello,

I am using LINAPI with Windows/CVI IDE (C language) and trying to communicate with a board via LIN interface. I successfuly managed to connect and initialize PCAN-Pro FD; sending LIN_Write() is working and controling the board, but using LIN_Read() I just get random nosense values. With PLIN ...