Connecting TEL0150 to LattePanda Delta3

Would you please, clarify how to connect this CAN Bus module to our Delta 3 and Linux terminal line commands to setup CAN Bus.
Today we use a regular USB CAN Bus transceiver and it works fine with socket CAN. However when we try to use the TL0150 we were unable to start the device and communicate.
We tried using the USB only and the UART but it doesn't work.
These are the commands we use today:
sudo modprobe can
sudo modprobe can_raw
sudo ip link set can0 type can bitrate 125000
sudo ip link set up slcan0
sudo ip link set can0 txqueuelen 1000
candump can0