Thanks Shahina,
Well both the PDA and active sync want Comm 1...
However, I discovered the problem...
The PDA required 2 things that the PC did not, which need to be documented...
1. this may require more investigation to understand the exact reason, because it is not always true... My PDA application hosed the PDA until I put a 5-ms delay in the Data Acquisition loop. It didn't need this delay on the PC, but it would not work without it on the PDA...
2. My PDA application was 2 separate apps running independantly... One app designed to command the serial device. The other app designed to receive and decode from the device. Again, this worked fine on the PC, but on the laptop, I could command, but the receive app would not read the port... Solution... I combined the 2 apps into one... now it works.
There are many stupid bugs or issues in the PDA version of LabVIEW, I hope they get fixed eventually.
1 - I have a boolean slide switch... when the switch has key focus... the label disappears.
2 - If String Controls or indicators are not wide enough, the data is not visible, nor can you access the control to enter the string.
3 - Cluster contents are not visible
4 - Menu Ring Controls sometimes work... sometimes no matter what item I select, the menu ring will only allow ONE selection... I select the one I want, but the Ring does the one IT wants anyway. Usually, a recompile resolves this.
5 - Boolean Controls, (e.g. the okay or stop button).. you cannot tell the button has been pushed on the PDA. except by any response you may have programmed for the button push... The button displays the same appearance for either state.
and there are more.