LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX Container and serial control

Hi,

I'm looking for the serial control in the create control list at the
ActiveX Container. So i can control a Bluetooth stick. Where can i find
this activex control and how can i install it.
I hope somebody knows what i mean, thnx

Gr Veldmous

0 Kudos
Message 1 of 6
(3,107 Views)
Hi, Veldmous.

It sounds like you'd like to be able to install a control to be used in an ActiveX container. Although extra controls will appear in that list once they're registered in your system, I'm not aware of some sort of generic serial control that can be installed.

However, there's a whole series of Bluetooth-related VIs that will probably be much easier to use than controlling your devices through ActiveX. For an example using these VIs, check out the Example Finder. (Help>>Find Examples, then select Networking>>Bluetooth.)

Good luck! Let me know if you have any more questions.
Sarah K.
Search PME
National Instruments
0 Kudos
Message 2 of 6
(3,083 Views)
Microsoft Communications Control is the serial port activex control. This has a dual license so you have to have VB or Vc++ installed in order to develop. When you load the FP container correctly there will be a little telephone in it. VISA serial drivers have all the power of the MSCOMM control so you might want to use those instead.
0 Kudos
Message 3 of 6
(3,078 Views)
Veldmous,
 
.NET 2.0 framework has a Serial Port class.  This can be another option if you have this framework.  See this for some details:
 
 
Again, VISA may be the easiest option though. 
 
-Khalid
0 Kudos
Message 4 of 6
(3,074 Views)
Hi,

Thanks for the help. Today I received an .dll and I registered it in
the system32 directory. It works in LabVIEW 🙂

Gr Veldmous

0 Kudos
Message 5 of 6
(3,053 Views)
Well,
 
can you tell me your solution? Is this dll freeware? I am trying to implement a "slim" serial logging tool and I dont want to use VISA.
 
Thank you in advance.
0 Kudos
Message 6 of 6
(2,920 Views)