LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN I WRITE "COM CLIENT" USING LABVIEW?

I am trying to trnsfer data from Texas Instrument's Code composer to other software packages which in my case is Labview. In TI's tutorial it is mentioned that this can be done by writting "COM Client". Please suggest.

Regards,
0 Kudos
Message 1 of 3
(2,701 Views)
If you already have the ActiveX server you can use LabVIEW itself as the client/container.
0 Kudos
Message 2 of 3
(2,701 Views)
There may be other easier ways too. If you can create DLLs with this Code Composer, you can access those from LabVIEW. That's the easiest way. You can also build CINs (Code Interface Nodes), though I would suggest not going this way, as it is much more tedious than just calling a DLL.
J.R. Allen
0 Kudos
Message 3 of 3
(2,701 Views)