Hi everyone, QT newbie here!

I am trying to get the QCanBus CAN bus example working with Peak PCAN USB and I keep getting the following error:

Starting D:\Qt\Examples\Qt-5.6\qtserialbus\serialbus\build-can-Desktop_Qt_5_6_0_MinGW_32bit-Debug\debug\can.exe...
"The transmit buffer in CAN controller is full"

This error comes up even if I have the PCAN disconnected from the computer. It sorta looks like it is not connecting at all.

The PCANBasic.dll is already located within the same folder. If I use the pCAN project example from their API it properly runs and connects to the PCAN USB.

Any help I would greatly appreciate!