The message was sent to the robot with the message type standard. The PCAN Basis test tool pcanread works fine, it reads the robot's answers to the messages sent by transmitest. The test tool pcanwrite always returns PCAN_ERROR_OK from the function call CAN_Write, but I do not receive any answers ...
currently I am porting a Windows application to Ubuntu, with both Operating Systems I am using the PCAN Basic API and the PEAK USB CAN Adapter. But under Linux I am not receiving any messages, the same method calls work fine in Windows.
The tranmitest and receivetest from the linux driver ...
That was already the output of after using the API. The methods CAN_Initialize, CAN_FilterMessages and CAN_Write have been called. Yes, I have other hardware and a terminated cable connected. If I call the exact same functions with the same parameters from my Windows program with the PCAN Basis API ...
i get the error PCAN_ERROR_XMTFULL, when sending the first message via the PCAN USB interface. I use the PCAN Basis API on a Xubuntu OS. Before I try to send the first message I have successfully called the methods CAN_Initialize and CAN_FilterMessages. Do you have an idea where my problem ...