I am writing to inquire about the capabilities of the C and.NET-wrapper XNET libraries. Specifically, I would like to know whether it is possible to create a separate process for each CAN port.
I aim to run two independent processes—each assigned to a specific port, performing both read and write operations.
Process 1: XNet library accesses port 1
Process 2: XNet library accesses port 2
Could anyone kindly confirm if this configuration is supported and multi-thread safe?