Hello John,
I think its within the reach, it does depend however on JavaCAN library:
https://github.com/pschichtel/JavaCAN.
I saw you issued already a query on JavaCAN repository. Once we have a
data stream available the application layer can be implemented.
Best,
Łukasz
On 2.01.2024 00:22, John Lussmyer wrote:
I'm trying to figure out if PLX4X SocketCan support will work with the
J1939 variation.
i.e. create a socket like this:
s=socket(PF_CAN,SOCK_DGRAM,CAN_J1939);
If so, anyone have some example code of using the socketcan support?