the PCAN-USB Pro FD works well on Windows using PLIN-View Pro and
the PLIN-Driver works well on Ubuntu 16.04. Thanks very much for your supporting .
I have a new question.
I connect the PIN 4 to a real LIN device which can show PM25, and I update the LIN Frame data 0x38
in the slave mode using PLIN-View Pro, the PM25 can changing with setting value. please refer to the attachment.
But when i using the PLIN-Driver, my LIN device cannot receive my setting value when executing whether in slave node or master node:
Code: Select all
lin start master 19200 /dev/plin1
linwrite -i=0x38 -b="ff 0 0 0 0 0 0 0" -c=E -d=P /dev/plin1
Code: Select all
lin start slave 19200 /dev/plin1
linwrite -i=0x38 -b="ff 0 0 0 0 0 0 0" -c=E -d=P /dev/plin1
Thanks in advance.
BRs
Aguan