Quote Originally Posted by HenrikOlsson View Post
Hi,
Windows isn't known for being good at high resolution timing, atleast not with the "standard" tools. Why not do one of two things:
1) Just stream the data from the PIC to the PC. The serial port control in VB buffers the data behind the scenes.
2) If you do need to have the PC poll the PIC then buffer the data in a circular buffer with enough size and send it off in bursts.

/Henrik.
It's above my level of knowledge. But, I'm willing to learn. It's actually a USB VB program but I'm guessing the same ideas apply. I'll play around with it and see what I can do. Thanks for the help.