Search found 5 matches

by hpetschko
Wed 19. Jun 2024, 11:49
Forum: PCAN-Developer 4
Topic: PCAN-USB X6 and PCAN Developer
Replies: 1
Views: 1939

PCAN-USB X6 and PCAN Developer

If I want to use PCAN-USB X6, what is the required minimum version of PCAN Developer?
by hpetschko
Thu 9. Jun 2022, 17:17
Forum: PCAN-Developer 3 and PCAN-Evaluation
Topic: Using CreateEventEx causes problems with CAN_SetClientParam
Replies: 2
Views: 30807

Using CreateEventEx causes problems with CAN_SetClientParam

I have changed my event creation method from CreateEvent to CreateEventEx (see https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-createeventexw).
After doing so, CAN_SetClientParam (with CAN_PARAM_ONRCV_EVENT_HANDLE) returned CAN_ERR_ILLPARAMVAL.
I experimented a bit and found ...
by hpetschko
Mon 24. Aug 2015, 10:37
Forum: PCAN-Developer 3 and PCAN-Evaluation
Topic: Sending CAN messages under Win10 fails
Replies: 2
Views: 6645

Re: Sending CAN messages under Win10 fails

All clear!
While assembling the screenshots I wanted to send to you, I found out that the message I was sending from PCANView was not identical to the one my SW was sending (network byte order tricked me). And that the 8-bit checksum algorithm (correctly!) calculated the same value for both messages ...
by hpetschko
Fri 21. Aug 2015, 11:01
Forum: PCAN-Developer 3 and PCAN-Evaluation
Topic: Sending CAN messages under Win10 fails
Replies: 2
Views: 6645

Sending CAN messages under Win10 fails

I have recently moved to Windows 10 Enterprise.
Since then I see the following strange behaviour: when my SW sends a message to the bus, I can see the message in PCAN-View, but it never seems to arrive at the physical bus, because no other participant receives it. When I send the same message from ...