Search found 2 matches

by MansillSmithLICA
Thu 19. Nov 2020, 04:34
Forum: PCAN-USB
Topic: PCANBasic Receiving Data
Replies: 2
Views: 2765

Re: PCANBasic Receiving Data

Solved, was to do with how the thread was setup
by MansillSmithLICA
Thu 19. Nov 2020, 04:19
Forum: PCAN-USB
Topic: PCANBasic Receiving Data
Replies: 2
Views: 2765

PCANBasic Receiving Data

Hello,
I am able to write messages using the PCAN-USB, however it doesn't seem to be able to read messages.
I am attempting to do the following:
while (true)
{
TPCANStatus result = TPCANStatus.PCAN_ERROR_OK;
do
{
TPCANMsg msg;
TPCANTimestamp time;

Console.WriteLine(result.ToString ...