04-07-2008 12:56 PM
04-10-2008 07:03 PM
Have you found a solution to your problem?
If not a little more information will be useful. What version of labview and PDA Module are you using? Could you post an example of your code? It would be useful to know how you are reading the data from you serial port.
Hope I can help.
04-11-2008 08:21 AM
//Have you found a solution to your problem?
If not a little more information will be useful. What version of labview and PDA Module are you using? Could you post an example of your code? It would be useful to know how you are reading the data from you serial port.
Hope I can help//
I use LabVIEW 8.2.1 and LabVIEW PDA 8.2.1
I use the example of PDA
Serial Comm -Pocket PC.vi
which you can find in "Find examples".
I send the command just like I descript above.
I hope u could give some hint or somethings
Thank you so much
QIA
04-14-2008 12:10 PM
The first thing I would check is if there is any incompatability between the code display for the Sting Control for the PDA by replacing the control with a sting constant and rebuilding your application.
I have 8.5 so I can't test it myself.
Good luck
Eric
04-14-2008 12:27 PM
I just check the help file for PDA 8.2 and the code display is not supported. You will need to find another way of inputing your CMDs. If you know your full list of cmds you can put them in an array constant and index it with an enumerator.
Good Luck
Eric