Search found 3 matches

by kamikaze
Sat 22. Feb 2014, 21:23
Forum: PCAN-Basic
Topic: Reading form the bus: threads, buffers?
Replies: 5
Views: 12742

Re: Reading form the bus: threads, buffers?

Yup I saw the c# example ... uses a single thread though ... we'll see whether that's enough for my needs.

At 30 frames per second, that 33ms, we'll see!

Thanks though, you answered all my questions!
by kamikaze
Sat 22. Feb 2014, 06:35
Forum: PCAN-Basic
Topic: Reading form the bus: threads, buffers?
Replies: 5
Views: 12742

Re: Reading form the bus: threads, buffers?

You know what? there's no way a display updates as fast as that data comes in ... so I'll have to see how many parameters if I need to display per frame, at 20 or 30 frames per second, that should be more manageable.

Still curious as to the answers to those questions regarding buffers/FIFO ...
by kamikaze
Sat 22. Feb 2014, 06:11
Forum: PCAN-Basic
Topic: Reading form the bus: threads, buffers?
Replies: 5
Views: 12742

Reading form the bus: threads, buffers?

I'm trying to figure out the best way to read messages from the bus using PCAN-Basic with a PCAN-USB from C#.

My main concern with the 1-thread event model is loosing messages if my thread is busy with one message when another arrives.

Does the driver have an incoming message queue, and how big is ...