Hello all,
i'd like to use an activex component in Labview (exactly GPSTookKit, a
manager of NMEA protocol to retrieve Latitude and Longitude) ; it works well
in Visual Basic environment but when I use it in Labview the automatic
property settings requires me to input parameter as Variant, where Visual
Basic requires just a string
For istance, to open a connection on COM1 the sintax is:
object.Open (string)
where string is just "COM1"
In Labview the method Open requires a Variant(???) and not a string 😞
How to get the equivalent inputs in LAbview environment??
Thanks