05-28-2008 11:34 AM
05-29-2008 11:57 PM
06-04-2008 10:43 PM
hi Eli, i saw on of the link ,we can configure the emulator for serial communication for X86 pock pc.
Now i am using Labview 8.5 & PDA 8.5 evaluation Mode in this version i am pocket pc 2003 Emulator, is this emulator work for serial communication. plZ calrify my doubt.
http://zone.ni.com/reference/en-XX/help/370642E-01/lvpdahelp/pda_serial_emulation/
06-04-2008 10:45 PM
06-05-2008 09:27 PM
06-06-2008 02:10 AM
hi eli,
i read the documents but i didnot get the option for configure emulator in 8.5 . can u plz send me in understable formates with u r experinces .. how to do this in labviw 8.5 Can u Please tell the process
06-09-2008 10:36 AM
Nag123,
This topic is somewhat confusing and the documentation is not exactly accurate.
In order to configure the emulator do execute serial commands you have to first
add an emulator target to the LabVIEW project first. In order to that, create a
new project and right-click the project title and select New » Targets and
Devices...
In the new window that comes up, make sure "Existing target or
device" is selected and select the emulator you want from the PDA folder
below. Once you do this, the emulator target will be listed in the project
explorer. Right-click the target and select "New PDA VI". In this VI
you will code your program and when you run it, the emulator will be launched
and the VI will run within it. Once the emulator is running click File »
Configure and go to the peripherals tab. Here you can map the serial ports to
COM ports on your computer. You can actually only map Serial1 and Serial2 only
and I believe the reason for this is because Serial0 is restricted for
ActiveSynch.
06-11-2008 04:40 AM
06-12-2008 06:17 PM
06-12-2008 11:49 PM