Is RS232 library multithread safe?
Another words, Can I call functions from this library for different ports at the same time?
For example
Can I call following functions at the same time from different thread?
:
written = ComWrt (1, send, strlen(send));
written = ComWrt (2, send, strlen(send));
written = ComWrt (3, send, strlen(send));
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1