I have a device that outputs data pretty regulary and it would be nice to process that data in a different thread. Right now I have InstallComCallback calling the thread, but I think this keeps starting and stopping the thread, so I was wondering if/how inside a thread you could use InstallComCallback so it didn't keep starting and stopping the thread.
Thanks