LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pocket Pc emulator can support serial communication

Nag123,

In the configuration dialog box of the emulator is where you specify which COM port on the computer you want to map to. As far as selecting the COM port on the actual program, you do this from the VISA resource name terminal of the VISA VI's.

If you are not very familiar with the VISA VI's I suggest you go to the Example Finder (Help » Find Examples...) and click the search tab and search for "Serial". Please take a look at the "Basic Serial Write and Read.vi" Example.
Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 11 of 15
(930 Views)
hi eli ur correct, but qustion if i select in visa resource terminal com1 , on the programme run on the emulator  which connec  to (map)  pc com port  for serial communication. i want to establish serial communication emulator  to my device , using pc com port .it is possiable or not.
0 Kudos
Message 12 of 15
(916 Views)
nag123,


They way in which I tested this was using typing ASRL1::INSTR into the resource name, and mapping "serial port 0" to COM1 on the host. This worked for me just fine on the emulator.
Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 13 of 15
(861 Views)
actually the Visa resourcee name controller not  visable on the emulator  programme, i replaced this with string controller . my qusetion  Can i type in that string controller   LIKE COM! to acess of port of pc (COM!). Plese tell me
0 Kudos
Message 14 of 15
(836 Views)
Yes, you can type in the string controller. In fact that what I had to do myself to get it working. You have to type ASRL1::INSTR not COM1
Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 15 of 15
(811 Views)