LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

communicate with the camera application using dde

Hi,

I´m trying to develop an application that can communicate with the camera application in my PDA (Qtek 2020).
In order to communicate with the camera application, I want to use the DDE mechanism.
I would like to know if it is possible to use the DDE VIs in LabVIEW 7.1 PDA Module.
And also, if anyone has already tried to develop some similar application and knows where
can I get information about the communication protocol, so that i can send the correct messages to the camera application.


Thanks for any help,

Pedro
0 Kudos
Message 1 of 3
(2,290 Views)
Is this camera application and your LabVIEW application running on the client PC or the PDA? If one of them is running on the PDA I'm pretty sure it won't work. DDE is an old legacy technology and most probably not supported in Windows PDA OS. And if both applications are not on the same device it gets even more complicated as then you really would need NetDDE which always was a hassle to setup and there is probably no chance that Windows PDA OS would support that.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(2,277 Views)
Both application have to run on pda.

Thanks for helping,

Pedro
0 Kudos
Message 3 of 3
(2,265 Views)