Search found 2 matches

by Sebastian
Tue 4. Jun 2019, 16:39
Forum: PCAN-View
Topic: Invalid frames received
Replies: 3
Views: 5162

Re: Invalid frames received

Hi Michael,

thanks for the very fast and helpful answer! I did so and only print the frames if it is not an error or status frame. By printing out the message type I get this output, after the error frame there is a MSGTYPE of 0x14.


-- Starting suite "main", 1 test(s)
Available Device Nr. 1 ...
by Sebastian
Tue 4. Jun 2019, 15:14
Forum: PCAN-View
Topic: Invalid frames received
Replies: 3
Views: 5162

Invalid frames received

Hi all,

I have two PCAN-SUB-FD devices connected to each other. I have to develop LUA applications for the devices to be integrated in our workflow.

For development I control the first one with a LUA script and the second one with the PCAN-View. In LUA I load the provided DLL.

The following is ...