You would define the thread in which you want the COM read and write operations to occur.Check out some of the CVI multi threading examples for more information on making threads in CVI. Once you can get the handle to the thread, you can set its priority accordingly. Here is a good document that talks about threads in C General Information on Multithreading for C Programmers